An open API service indexing awesome lists of open source software.

https://github.com/jkmagnussen/twitter-clone-react-redux


https://github.com/jkmagnussen/twitter-clone-react-redux

Last synced: 3 months ago
JSON representation

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)