- Nextjs
- typescript
- mongodb
- mailtrap
- ShadCN
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev- Dark Mode
- Leaderboard for each Tournament
- Add feature of forgot password
- Admin user should accept new users signup request
- delete a game, add game name, edit players in a team for a game
- Revert Button to revert the incremented score. But only when the match status is complete
- Timer for each match
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
- User clicks on email and gets a page to enter new password with a submit button.
- As soon as he clicks the submit button, he is sending you a token and new password.
- Verify the token and save the new password after encrypting it.