Resend Email [Proof of Concept]

A Proof of Concept to Learn and Test the use of the Resend Email API using Next JS.

UI

Tech Stack

  • Next.js: A React framework for building server-side rendered and static web applications.
  • Tailwind CSS: A utility-first CSS framework for creating custom designs quickly and easily.
  • TypeScript: An implementation language to ensure type safety when writing React JS components
  • Resend API: A new email API for developers, that can make email integration very simple.
  • Vercel: A deployment platform providing easy deployment Next JS applications

Getting Started

To get started with the project, follow these steps:

  1. Clone the repository: git clone <repository-url>
  2. Install dependencies: npm install
  3. Add your Resend API Key in a .env file
  4. Update the email template.
  5. Run the development server: npm run dev

Usage

Once the development server is running, you can access the blog website locally at http://localhost:3000.

License

This project is licensed under the MIT License.