Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/007aneesh/shop-box
https://github.com/007aneesh/shop-box
axios css mui reactjs tailwindcss
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/007aneesh/shop-box
- Owner: 007aneesh
- License: gpl-3.0
- Created: 2023-04-28T06:15:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-29T17:18:50.000Z (over 1 year ago)
- Last Synced: 2024-11-08T23:33:03.869Z (2 months ago)
- Topics: axios, css, mui, reactjs, tailwindcss
- Language: JavaScript
- Homepage: https://007aneesh.github.io/shop-box/
- Size: 14.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.