TEXT MAILER
Tech Stack Used
- Next.js
- TailwindCSS
- TypeScript
Usage
- The project uses courier APIs to send messages or mail. The message to be sent can also be converted to Morse Code or Minion Language before sending
Challenges we ran into
- I first thought that API calls can also be client side. So, I started making API calls directly in React.js (client side) and was getting CORS errors. After going through documentation again, found out that API calls need to made from server side, so I went with Next.js which is build on top of Node.js and also uses React.js for UI rendering
What I learned
- I am not that comfortable with Next.js and I wanted to challenge myself that I can pull off a project with Next.js and I did! That's what I'm super proud of
What's next for TextMailer
- There are numerous other services provided by courier, looking forward to integrate more APIs and also play around a bit with messages, add more translators like the already integrated morse and minion
Built With
- next
- react
- tailwindcss
- typescript
Log in or sign up for Devpost to join the conversation.