Practice project at the CodeAcademy FrontEnd studies. The imitation of the eShop functionality.
Master branch - State management via React Context.
State-management-via-redux branch.
Webpack-config.
Clone or download ZIP of this repository to get the code of the game.
You will need to have Node and IDE
npm i
should take care of everything else
To get all the dependencies
npm i
To start developing
npm run start
To make production version
npm run build
- React.js - The web framework
- Redux - State management
- Create-react-app - Module bundler
- Webpack - Module bundler