Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tbtiberiu/acme-shop
Template website for an online shop built using React and Redux.
https://github.com/tbtiberiu/acme-shop
reactjs redux visual-studio-code
Last synced: about 1 month ago
JSON representation
Template website for an online shop built using React and Redux.
- Host: GitHub
- URL: https://github.com/tbtiberiu/acme-shop
- Owner: tbtiberiu
- Created: 2022-06-07T15:48:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-30T07:06:19.000Z (5 months ago)
- Last Synced: 2024-07-30T10:18:57.752Z (5 months ago)
- Topics: reactjs, redux, visual-studio-code
- Language: JavaScript
- Homepage: https://tbtiberiu.github.io/acme-shop/
- Size: 3.42 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Acme Shop
This repository contains the source code for a dynamic e-commerce website created using ReactJS and Redux. The website design was inspired by [Webflow's Biznus Template](https://biznus-template.webflow.io/).
View demo: [Acme Demo](https://tbtiberiu.github.io/acme-shop/)
## Features
- **Product Listings:** Display products with details like name and price.
- **Redux State Management:** Utilize Redux for efficient state management, ensuring a seamless user experience.
- **Routing:** Implement routing using React Router to enable navigation between different sections of the website.
## Technologies Used
- ReactJS
- Redux## How to Run
To run this project locally, follow these steps:
1. Clone the repository to your local machine using Git:
`git clone https://github.com/tbtiberiu/acme-shop.git`
2. Navigate to the project directory
3. Install the project dependencies using npm:
`npm install`
4. Start the development server:
`npm start`The website should now be running locally at [http://localhost:3000/acme-shop](http://localhost:3000/acme-shop). You can access it in your web browser to explore the application.