Skip to content

pikonha/twitter-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 

Repository files navigation

Twitter APP

This is a Twitter clone app to practice fullstack development.

Backend

  • Typescript
  • TypeORM

Functionalities

MVP

  • Sign up
  • Login
  • User profile
  • Create tweet
  • Delete tweet
  • List tweets
  • Like tweet
  • List likes by user
  • List likes by tweet

Plus

  • Notifications
  • Comment tweet
  • Logout
  • Like comment
  • Delete comment
  • Follow
  • Forget the password
  • Tweet with image

Frontend

  • Typescript
  • React