A store web app built with React.
- Product filtering and sorting
- Client side routing with react-router-dom
- Cart page with order details
- Unit and integration tests with Jest and react-testing-library
-
Clone this repository.
-
Open a terminal and navigate into the root directory of your local repository.
-
Install dependencies:
npm install
-
Start the app:
npm start
The application will be available at http://localhost:3000/.
This app features unit and integration tests with jest and testing-library.
The test runner can be launched in the root directory by running:
npm test