https://github.com/algokun/react-nd-redux-twitter
Redux Twitter is a clone of Twitter built using Redux and React. This repo is the code along project in the Udacity React Nanodegree.
https://github.com/algokun/react-nd-redux-twitter
react reactjs redux redux-demo redux-thunk twitter-clone udacity udacity-nanodegree udacity-react-nanodegree
Last synced: 2 months ago
JSON representation
Redux Twitter is a clone of Twitter built using Redux and React. This repo is the code along project in the Udacity React Nanodegree.
- Host: GitHub
- URL: https://github.com/algokun/react-nd-redux-twitter
- Owner: algokun
- Created: 2020-07-14T07:25:27.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-14T13:38:48.000Z (almost 5 years ago)
- Last Synced: 2025-01-21T05:27:58.562Z (4 months ago)
- Topics: react, reactjs, redux, redux-demo, redux-thunk, twitter-clone, udacity, udacity-nanodegree, udacity-react-nanodegree
- Language: JavaScript
- Homepage: https://www.udacity.com/course/react-nanodegree--nd019
- Size: 467 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Redux Twitter Clone
This project is to help understand the redux patterns along with react.
This repo is a code-along in the [React Nanodegree program](https://www.udacity.com/course/react-nanodegree--nd019).## Project Setup
- clone the Project - `[email protected]:udacity/reactnd-chirper-app.git`
- install the dependencies - `npm install`## Expected outcomes
- [ ] Manage state more predictably
- [ ] Master Redux Concepts
- Store
- Actions
- Reducers
- Dispatchers
- [ ] Write real-world code using react and redux
- [ ] Write Async Action creators to fetch data from API
- [ ] Use Middlewares to extend redux by adding custom functionality.## Folder Structure
- Components
- component1.js
- component2.js
- component3.js
- Actions
- action1.js
- action2.js
- Reducers
- reducer1.js
- Util
- Store