Skip to content

Example of shopping page building with REACT/REDUX with filtering, slider

Notifications You must be signed in to change notification settings

1revolman1/avtozpheroku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AvtoZpHeroku

AvtoZpHeroku is a shop, builded with mobile-ready, offline-storage, React, Redux.

In this project:

  • Add and remove project in favourite store
  • Add and remove project to shopping cart
  • Filter product with categories

Tech

AvtoZpHeroku uses a number of open source projects to work properly:

  • React.js - HTML enhanced for web apps!
  • node.js - evented I/O for the backend
  • Express - fast node.js network app framework [@tjholowaychuk]

This project is built according to the react typology: Component / container. The container has the ability to "listen" for events from redux, but the component does not. It can improves performance and allows you to unify code.

Installation

AvtoZpHeroku requires Node.js v13+ to run.

Install the dependencies and start the server.

$ cd AvtoZpHeroku
$ npm install
$ npm start

or if you have a YARN

$ cd AvtoZpHeroku
$ yarn install
$ npm start

Todos

  • Make new page
  • Add dark theam

License

MIT