Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```