Welcome to the NT Corp Admin Dashboard project! This dashboard is designed to provide administrators with an intuitive interface to manage and visualize data effectively. Built using modern web development technologies, it ensures optimal performance and a responsive design.
- User-friendly Interface: Designed with Tailwind CSS for a clean and responsive layout.
- Interactive Charts: Visualize data dynamically using Chart.js.
- Performance Optimized: Built with Next.js for server-side rendering and fast page loads.
- Customizable: Modular and scalable code structure.
- Framework: Next.js (React-based framework for server-side rendering and static site generation)
- Styling: Tailwind CSS (utility-first CSS framework)
- Data Visualization: Chart.js (JavaScript charting library)
-
Clone the Repository:
git clone https://github.com/nanlung/ntcorp-admin-dashboard.git cd dashboard -
Install Dependencies:
npm install
-
Run the Development Server:
npm run dev
Open http://localhost:3000 in your browser to see the dashboard in action.
-
Build for Production:
npm run build npm start
The project uses Chart.js for data visualization. Customize your charts in the relevant components inside the src/components/charts/ directory. Example configurations can be found in the Chart.js documentation.


