A game which you change state, when state changes the app shall commit all changes in all the parts of the app
To get started developing right away:
- install all project dependencies with
npm install
- start the development server with
npm start
├── CONTRIBUTING.md
├── README.md - This file.
├── SEARCH_TERMS.md
├── package.json
├── public
│ ├── favicon.ico
│ └── index.html
└── src
├── Components
├── Actions
├── Reducers
├── Middleware
├── Utils
├── icons
│ ├── add.svg
│ ├── arrow-back.svg
│ └── arrow-drop-down.svg
├── index.css
└── index.js
To simplify your development process, we've provided a backend server for you to develop against. The provided file DATA.js
contains the methods you will need to perform necessary operations on the backend:
This project was bootstrapped with Create React App. You can find more information on how to perform common tasks here.