Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/007aneesh/shop-box


https://github.com/007aneesh/shop-box

axios css mui reactjs tailwindcss

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

# Shop-Box

A react js shopping website which fetches the product data from the Fake Store API.

---

## Build with

- [React js](https://reactjs.org/)
- [Tailwind CSS](https://tailwindcss.com/)
- [Fake Store API](https://fakestoreapi.com/)
- [Axios](https://www.npmjs.com/package/axios)
- [React Table - MUI](https://mui.com/material-ui/react-table/)

## Instructions

After forking and cloning, navigate to the repository in your command line and install the NPM packages:

```
npm install
```

Run the following script in your command line to run the application:

```
npm start
```

Once the server is running, go to `http://localhost:3000` in your browser.