GKC Dashboard (https://gkc-dashboard.vercel.app)
GKC Dashboard is a web application built with Next.js, Tailwind CSS, and TypeScript. It provides a user-friendly interface for managing various aspects of your application.
- User management
- Authentication with NextAuth
- Responsive design with Tailwind CSS
- Form handling and validation
To get started with the project, clone the repository and install the dependencies:
git clone https://github.com/mohitagrawal939/gkc-dashboard.git
cd gkc-dashboard
npm install
To start the development server, run:
npm run dev
To build the project for production, run:
npm run build
This project is licensed under the MIT License.