This is a Next.js project bootstrapped with create-next-app.
A Mentor Dashboard.
Features · Running Locally · Usage · Contributing
- Next.js App Router
- Advanced routing for seamless navigation and performance
- React Server Components (RSCs) and Server Actions for server-side rendering and increased performance
- chakra-ui
- Dark Mode
- Toggle between light and dark themes for improved user experience
First, run the development server:
npm install
npm run devYour app should now be running on localhost:3000.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
Once the app is running, you can navigate to different sections using the app router. Use the dark mode toggle to switch between themes for a better user experience.