React & JSON-Server
In this React app, I have created a shop portal where users can create, edit, and delete products. Users can also view product details and search for products that are in the shop. As the size of the shop grows, users will be able to easily access and edit their products!
When creating this app, I utilized JSON-server to store product data. JSON-server allows developers to easily make HTTP requests without having a full-fledged back end. Using this mock-server, users can store and access products that have been added to the shop.
This project was built using React.js and JSON-server. For the React side, I implemented a product context to provide product data to all parts of the application. Additionally, I implemented a JSON-server to retrieve product data and to edit and delete products in the shop.