A sleek, responsive dashboard for tracking projects, tasks, and team activity.
Built with modern web tools and designed for clarity and efficiency.
- 📊 Project Analytics – Visualize progress and performance.
- 📅 Task Calendar – Stay on top of deadlines.
- 👥 Team Collaboration – Assign, communicate, and coordinate.
- ⏱ Time Tracking – Log hours with ease.
- 🎯 Status Overviews – Quick-glance cards for priority insights.
- ⚙️ Settings & Customization – Tailor the experience to your workflow.
- TypeScript & React (via Vite)
- Functional components and hooks
- Modern CSS for styling and layout
.
├─ index.html
├─ src/
│ ├─ App.tsx
│ ├─ main.tsx
│ ├─ components/ // reusable UI pieces
│ ├─ pages/ // route views
│ └─ index.css
└─ …
-
Clone the repo
git clone https://github.com/augustdev290/donezo-dashboard-app.git cd donezo-dashboard-app -
Install dependencies
npm install
-
Start the development server
npm run dev
-
Open http://localhost:3000 in your browser
(port may vary; check the terminal output).
npm run dev– start local development servernpm run build– compile for productionnpm run preview– preview production build
This project is open source and available under the MIT License.
Built by augustdev290 – thank you for using and contributing!
Feel free to open issues or pull requests with improvements.
Happy coding!
Let me know if you’d like help customizing or deploying this dashboard.