Skip to content

🛒Shopping cart built using React with state management powered by Redux.

Notifications You must be signed in to change notification settings

codesnerd/redux-cart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redux Cart

🔴 Demo

This project is live at codesnerd.github.io/redux-cart.

🧾 About the Project

A cart whose state is managed using Redux.

Built With

🔰 Getting Started

⬇️ Prerequisites

To run the project on your local machine, you must have Node.js and npm installed on your machine.
You can install these via Node installer or Node version manager.

Node Installer

You can use a Node installer to install both Node.js and npm on your system.

Windows or OS X installer:

Linux installer:

Node version manager

Node version managers allow you to install and switch between multiple versions of Node.js and npm on your system so you can test your applications on multiple versions of npm to ensure they work for users on different versions.

Windows Node version managers:

OS X or Linux Node version managers:

Extras

▶️ Run on Local Machine

Now you're ready to run this project on your local machine. To do so, follow these steps:

  1. Clone this repo by running the following command in the command line (or choose Download ZIP option)
git clone https://github.com/codesnerd/redux-cart.git
  1. Move into the project directory by typing
cd redux-cart/
  1. Download node modules using
npm install
  1. Once node modules are installed, type
npm start

and the project will be available on localhost:3000 in your default browser.

If you find the repo useful, do support it by giving a star. ⭐

🖋 Author

Follow my GitHub profile to stay updated with my latest projects:

Follow codesnerd on GitHub

About

🛒Shopping cart built using React with state management powered by Redux.

Topics

Resources

Stars

Watchers

Forks