Skip to content

Latest commit

 

History

History
69 lines (53 loc) · 1.72 KB

README.md

File metadata and controls

69 lines (53 loc) · 1.72 KB

E-commerce Frontend

knights-ecomm-fe CI    Coverage Status

Description

This repository contains the frontend application for the E-commerce project, providing user interfaces and interactions. It integrates with the backend APIs to power functionalities such as product browsing, user authentication, and order processing.

Technologies Used

  • Languages:
    • TypeScript
    • JavaScript
  • Package Manager:
    • npm
  • Framework:
    • React
  • Styling:
    • Tailwind
  • State Management:
    • Redux
  • Testing:
    • Vitest
    • React Testing Library
  • Build Tools:
    • vite

Getting Started

  • Clone this project on your local machine

    git clone https://github.com/atlp-rwanda/knights-ecomm-fe.git
    
  • Navigate to project directory

    cd knights-ecomm-fe
    
  • Install dependencies

    npm install
    

Run The Service

  • Start developer server
    npm run dev
    

Testing

  • Run tests
    npm run test
    

Authors