It is an application to manage products by search query and filter categories. It also provides you with category visualization through a pie chart.
- 🔍 Search products
- 🗃 Filter products
- 📈 Categories Visualization
- 🖼 Responsive UI
- React.js
- ♟ useState
- ♟ useEffect
- ♟ react-modal
- ♟ react-chartjs-2
- fakestoreapi API
- Fork the repo by clicking the fork button
- Clone the repo
$ git clone https://github.com/your_github_username/catalogue_management.git
- change to project directory
$ cd catalogue_management
- you need to install node_modules
$ npm install
It's time to run the project
$ npm start