https://github.com/erdemkeren/udacity-reactnd-tinkering-with-redux
The source code of the application we developed during webinar: Redux 1 (Tinkering with Redux)
https://github.com/erdemkeren/udacity-reactnd-tinkering-with-redux
Last synced: 3 months ago
JSON representation
The source code of the application we developed during webinar: Redux 1 (Tinkering with Redux)
- Host: GitHub
- URL: https://github.com/erdemkeren/udacity-reactnd-tinkering-with-redux
- Owner: erdemkeren
- Created: 2019-04-28T19:08:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T20:36:48.000Z (over 2 years ago)
- Last Synced: 2025-01-17T19:44:23.849Z (5 months ago)
- Language: JavaScript
- Homepage: https://erdemkeren.github.io/udacity-reactnd-tinkering-with-redux
- Size: 3.8 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The source code of the application I developed for Udacity React Webinar: **"Thinkering with Redux"**
The application has no UI. It logs the changes to the console.
See: https://erdemkeren.github.io/udacity-reactnd-tinkering-with-redux

## Installation
The application is bootstrapped using create-react-app. Run
### `npm install && npm start`
to run the application on your computer.