This project is a fake api store.

It is a web site store where people can shop.
There is a search button on the website, you can search for the product you need, you can easily find the product you need.
- Inside our project we have a sidebar; inside the sidebar we have profile, contact us, settings, shopping and notifications.
- There are sign in and sign up sections.
- There is also a Search button.
It was made with React.js. There are also JavaScript libraries in it, as well as styles CSS.
I got the data from a remote api server. You can get the data here. fetch('https://fakestoreapi.com/products') .then(res=>res.json()) .then(json=>console.log(json))