Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 726 Bytes

File metadata and controls

28 lines (20 loc) · 726 Bytes

Morse

This project is being made to practice my skills with Next.js. At the front page you can encode or decode a morse text.

You can also login with github (42 and email will soon be available).

In the future will be possible to share a message with someone.

Techs

  • Next.js
  • Postgresql
  • Vercel
  • next-auth
  • prisma
  • tailwindCSS

What I've learned so far

  • How to use next-auth to authenticate users in a Next project
  • How to setup prisma

TODOS

  • animate notifications and limit it to 3 at the same time
  • finish the implementation of email and 42 login
  • create the share link and page of a message
  • improve UX in android devices
  • make daisyui themes changeable (or let the user create custom one)