A detailed course to undestand nextjs
This long video was designed to give you an indepth understanding about latest nextjs and how it works.
Tech Stack
- Nextjs
- typescript
- mongodb
- mailtrap
Available on my youtube channel Youtube channel link
Getting Started
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Assignment
- Improve the UI of the application
- Add feature of forgot password
Hint:
For forgot password feature.
- User needs a page to enter his email and submit.
- Validate if user exists, if yes, send him same token email that we discussed in this course
- User clicks on email and get a page to enter new password with a submit button.
- As soon as he click submit button, he is sending you a token and new password.
- Verify the token and save the new password after encrypting it.
your completed assignments
- Add your repo link here