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.
- Languages:
- TypeScript
- JavaScript
- Package Manager:
- npm
- Framework:
- React
- Styling:
- Tailwind
- State Management:
- Redux
- Testing:
- Vitest
- React Testing Library
- Build Tools:
- vite
-
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
- Start developer server
npm run dev
- Run tests
npm run test