Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 462 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 462 Bytes

Twitter Clone (Basic)

In this web application user can register and then login with those credentials. In the dashboard they can see all the tweets by other users sorted by last comes first. A tweet can be editable and deletable. User can also logout and login with other credentials.

Steps to get started

This application uses json-server.

  1. Run json-server --watch db.json --port 3001
  2. Run npm run start

The application runs on port 3000