Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 880 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 880 Bytes

TweetMe

See it live tweetme-yayidg22.vercel.app

What is this?

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

Libraries on tweetme :

  • @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

Where is tweetme deploy