This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
- Fully responsive design, works on both mobile and deskops
- Use of sass for faster designing and greater control over stylesheet
- Images are properly optimize using 'next/Image'
- Creative animations using svg art to enhance user experience
- admin page to see the users who joined the waitlist (working on admin authentication)
-
There are two api endspoints
- /api/user/new - POST request to add a new user email
- /api/uesr/all - GET request to show all the users
-
Data is stored in MongoDB
-
Uses enviroment variables to ensure the security of data