Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

CaesiumY/reactnd-chirper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚛Udacity React Nanodegree Chirper Project - tweets📚

This repo is a code-along with the first project in the React Nanodegree program.

🔰Project Setup

  • clone the Project - git clone https://github.com/CaesiumY/reactnd-chirper.git
  • install the dependencies - npm install
  • start a local server - npm start

📷Screenshots

Home
New Tweet
Tweet Page

👨‍💻Features

  • Get a Tweet List
  • Post a New Tweet
  • View a Tweet Detail Page
  • Redux loading bar
  • Each tweets can have child or parent tweets(like comments)
  • Can toggle Like button

📜License

starter code from Udacity