Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luxuereal/e-commerce_react
This E-commerce project is built with React.
https://github.com/luxuereal/e-commerce_react
Last synced: 5 days ago
JSON representation
This E-commerce project is built with React.
- Host: GitHub
- URL: https://github.com/luxuereal/e-commerce_react
- Owner: luxuereal
- Created: 2023-07-02T16:25:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-11T08:34:07.000Z (about 1 year ago)
- Last Synced: 2024-11-08T23:52:13.794Z (about 2 months ago)
- Language: JavaScript
- Size: 3.79 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# E-Commerce Project
## Overview
The project is a react web app with fetched data from external API.
The app consists of few pages## Features
- functional Shopping Cart
- Products fitlering mechanism
- multi pages with dynamic routing
- .....## How To Use
To be able to use this react app locally in a development environment you will need the following:
1. You will need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) installed on your computer.
2. Then From your terminal, you should do the following:
```cmd
# Clone this repository
git clone REPO_URL# Go into the repository
cd REPO_NAME# Install dependencies
npm install# Run the app
npm run dev
```## Technologies used
- Vite
- TailwindCSS
- Zustand
- React Router
- React Hooks## Contributing
Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.