Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.