-
Nextjs 14 with App Router
-
Route Groups, Dynamic Routes, Parallel Routes, Intercepting Routes, Route Handlers, Theming, Internationalization ...
-
Support dark and light themes
-
Support multiple languages
-
Fully authentication which includes:
- Signin with NextAuth providers, credentials
- Activate the account using a link sent via email
- Reset the forgotten password
-
Fully Responsive Web Design using Tailwind CSS
-
User Dashboard: User profile management
-
To test this web application without signing up, you can use the following credentials:
- Email: developerpro1000@gmail.com
- Password: 1111111111
npm run dev
Open http://localhost:3000 with your browser to see the result.
Production link: https://shops-finder-nextjs.vercel.app/.