Skip to content

sergiosegrera/nextmailinglist

Repository files navigation

Next Mailing List

This is a simple mailing list site built with Next 13. Users can enter their email address to subscribe to the mailing list.

TODO

  • Add a unsubscribe endpoint
  • Finish the GoogleAnalytics component
  • Add success state to the forms

Getting Started

To get started, clone this repository and install the dependencies:

git clone https://github.com/sergiosegrera/nextmailinglist.git
cd nextmailinglist
npm install

Then, to start the development server:

npm run dev

Open http://localhost:3000 with your browser to see the site.