https://github.com/jkmagnussen/twitter-clone-react-redux
https://github.com/jkmagnussen/twitter-clone-react-redux
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jkmagnussen/twitter-clone-react-redux
- Owner: jkmagnussen
- Created: 2020-06-12T11:47:48.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T15:17:17.000Z (over 2 years ago)
- Last Synced: 2025-01-21T05:42:51.628Z (5 months ago)
- Language: JavaScript
- Size: 2.82 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chirper Project
This repo is a code-along with the first project in the [React Nanodegree program](https://www.udacity.com/course/react-nanodegree--nd019).
Most of the commits in this repository correspond to videos in the program.
## Project Setup
- clone the Project - `[email protected]:udacity/reactnd-chirper-app.git`
- install the dependencies - `npm install`## Contributing
Because this is a code-along project and the commits correspond to specific videos in the program, we will not be accepting pull requests.
If you feel like there's a major problem, please open an issue to discuss the problem and potential resolution.
## License
Tweet view broken up into Components.
View broken into the following React Components:
App - the overall container for the project
Navigation - displays the navigation
Tweet Container - displays a list of tweets
Tweet - displays the content for a single tweet
New Tweet - display the form to create a new tweet (reply)