Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aygunbyr/e-commerce-app
React E-Commerce App
https://github.com/aygunbyr/e-commerce-app
react react-query react-router tailwindcss
Last synced: about 1 month ago
JSON representation
React E-Commerce App
- Host: GitHub
- URL: https://github.com/aygunbyr/e-commerce-app
- Owner: aygunbyr
- Created: 2023-08-03T10:01:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-06T17:00:04.000Z (over 1 year ago)
- Last Synced: 2023-10-07T16:37:32.160Z (over 1 year ago)
- Topics: react, react-query, react-router, tailwindcss
- Language: JavaScript
- Homepage: https://e-commerce-app-aygunbyr.vercel.app
- Size: 1.83 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# E-Commerce App
I have developed this E-Commerce App project for educational purposes. Thank you for review.
In this project, I aimed to consolidate my basic React skills.
[Live Demo on Web](https://e-commerce-app-aygunbyr.vercel.app/)
## Features
- Routing using React Router
- Listing products from FakeStoreAPI
- Caching with React-Query
- Cart feature with ContextApi and useReducer hook
- Responsive and mobile compatible design using TailwindCSS## Getting Started
Clone repository
```
git clone https://github.com/aygunbyr/e-commerce-app.git
```Install packages
```
npm install
```Run in development mode
```
npm start
```