An open API service indexing awesome lists of open source software.

https://github.com/maran1947/catalogue_management

It is an application to manage products by search query and filter categories. It also provides you with category visualization through a pie chart.
https://github.com/maran1947/catalogue_management

catalogue-management catalogue-management-reactjs reactjs-application

Last synced: about 1 year ago
JSON representation

It is an application to manage products by search query and filter categories. It also provides you with category visualization through a pie chart.

Awesome Lists containing this project

README

          

# Catalogue Management Application
It is an application to manage products by search query and filter categories.
It also provides you with category visualization through a pie chart.

# 🚛 Features
- 🔍 Search products
- 🗃 Filter products
- 📈 Categories Visualization
- 🖼 Responsive UI

# 🏗 Built with
- React.js

### 🍔 Things Used
- ♟ useState
- ♟ useEffect
- ♟ react-modal
- ♟ react-chartjs-2

### API Used
- fakestoreapi API

## 🏗 Setup
1. Fork the repo by clicking the fork button
2. Clone the repo
```
$ git clone https://github.com/your_github_username/catalogue_management.git
```
3. change to project directory
```
$ cd catalogue_management
```
4. you need to install node_modules
```
$ npm install
```
It's time to run the project
```
$ npm start
```

# 📷 Screenshots
![Loading Screen](./src/img/img_1.png)

![Home Screen](./src/img/img_2.png)

![Filter](./src/img/img_3.png)

![Filter](./src/img/img_4.png)

![Search Screen](./src/img/img_5.png)

![Visualization Screen](./src/img/img_6.png)

![Not Found Screen](./src/img/img_7.png)