First, run the development server:
npm run dev
# or
yarn devOpen http://localhost:3000 with your browser to see the result.
DONE:
- Login with Github using Firebase ✅
- Post a Twit ✅
- Load your own twits at the home page ✅
- Open a single twit ✅
- Navigation from Login, Home Page and Twit its already done ✅
- Auto update Timeline when ther's a new Twit ✅
- Can delete a twit ✅
TODO:
- Profile page
- Update buttons to have a better navigation options
- Logout from our twitter clone
- Edit a twit
Delete a twit- Like a twit
- Retweet a twit
- Follow other users and unfollow them
- Load twits from other users(Now we see all the twits)
- Load twits only from the users you follow