CRUD Twitter Clone | Demo
I wanted to do this project on TS, but I realized it would take a very long time to substitute types. So let's pretend this project is on JS. Thanks
- Next.js for the frontend
- Recoil for frontend application state
- Tailwind CSS for UI
- Firebase for the database
- NextAuth.js for authentication
- Google OAuth
- Realtime refrashing
- Ability to like each tweet
- Adding photo for tweet
- You can comment other tweets
- Delete posts and coments
First press 'Code' button and choose 'Download ZIP', then unpacking zip to your any folder and open in Visual Studio Code or other program. Your structure can be like...
.
├── atom
├── components
├── pages
└── ...Open the terminal write in window npm i and then after installing packages npm run dev
Don't forget adding your .env params in folder...