Skip to content

msalahz/chirper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chirper Project : React Twitter Clone

The application include three pages:

  1. dashboard page /: It allow listing, liking & opening tweets.
  2. new tweet page /new: It adding new tweet.
  3. tweet page /tweet/:id: It allow viewing tweet and it's replies plus replying to the tweet.

TL;DR

To install and lunch the application:

  • clone the repo git pull git@github.com:msalahz/chirper.git
  • get inside project directory cd chirper
  • install all project dependencies with npm install
  • start the development server with npm start
  • the application should be accessible on http://localhost:3000/ in any browser

Important

The backend API uses a fixed set of cached tweets which can be found in src/utils/_DATA.js.

Create React App

This project was bootstrapped with Create React App. You can find more information on how to perform common tasks here.

License

This project is licensed under the MIT License.