vitor-martinss / ReduxAtMarketStore

This project is a small application (it does not have styles) that users can simulate buying products and send it to cart page. I have done it in order to practice developing projects with Redux and Redux Saga.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ’‡πŸ»β€β™‚οΈ About the project

This project is a small application (it does not have styles) that users can simulate buying products and send it to cart page. I have done it in order to practice developing projects with Redux and Redux Saga.

πŸš€ Technologies

Technologies that I used to develop this project

πŸ’» Getting started

Requirements

  • You need to install both Node.js and Yarn to run this project.

Clone the project and access the folder

$ git clone https://github.com/vitor-martinss/ReduxAtMarketStore.git

Follow the steps below for Web Version

  # Go to ReduxAtMarketStore.Static folder
  cd src/ReduxAtMarketStore.Static 

  # Install the dependencies
  $ yarn

  # Start project
  yarn start

The app will be available for access on your browser at http://localhost:3000

πŸ“ Thanks

Made with πŸ’œ by Vitor Martins 😊 See my linkedin

About

This project is a small application (it does not have styles) that users can simulate buying products and send it to cart page. I have done it in order to practice developing projects with Redux and Redux Saga.


Languages

Language:TypeScript 92.8%Language:HTML 7.2%