See it live tweetme-yayidg22.vercel.app
A project using create next app create-next-app@latest
Tweetme is my version of : https://xn--uo8h.t3.gg/ (A full stack app made with t3 stack)
But in this version, front-end and back-end are separated. See back-end on github
- @emotion/styled - for the CSS-IN-JS
- react hook form and zod for the forms and validations
- axios for requests
- date-fns (The best date formatter)
- js-cookies for cookies management
- react-toastify for easy notifications
- https://vercel.com/ (Front end)
- https://fly.io/ (Node JS / Prisma / Postgresql)