A modern, responsive dashboard application built with TypeScript, React, and Vite. Designed for managing projects, tasks, team members, reports, and more—all in one place.
Developed with care by lunia290 💻
- Clean, intuitive UI using React and TypeScript
- Modular component architecture
- Dark and light theme support
- Pages for analytics, calendar, reports, messages, and more
- Easy deployment with Vite
- Node.js v16+ (or newer)
- npm (comes with Node.js)
- Clone the repository:
git clone https://github.com/augustdev290/EduPulse-Student-Dashboard.git cd EduPulse-Student-Dashboard - Install dependencies:
npm install
Start the development server:
npm run devOpen your browser and navigate to http://localhost:3000 (or the port specified by Vite).
Create a production build:
npm run buildPreview the build locally:
npm run previewDeploy the contents of the dist/ folder to any static hosting provider (Netlify, Vercel, GitHub Pages, etc.).
src/
├─ components/ # Reusable UI components
├─ pages/ # Individual application pages
├─ App.tsx # Main application component
├─ main.tsx # Entry point
├─ constants.ts # Shared constants
└─ types.ts # TypeScript definitions
Feel free to open issues or submit pull requests. Contributions are welcome!
MIT License © 2026
Happy coding! 🎉 "Built with ❤️ by [augustdev290]"