DevDash is a modern developer dashboard application built with React and Vite, designed to help developers organize and manage their projects, tasks, skills, and notes in one convenient interface.
- Modern Navbar: A sleek glassmorphism-style navigation bar with user profile integration
- Sidebar: Quick access to all main application features
- Responsive Design: Fully functional on both desktop and mobile devices
- Inline Project Creation: Add new projects directly within the interface
- Full-width Layout: Maximizes screen real estate for better project visibility
- Project Details: Track name, description, status, priority, deadlines, and more
- Responsive Grid: Adapts to screen size for optimal viewing experience
- Task Organization: Create, manage, and track your daily tasks
- Priority Levels: Assign importance to your tasks
- Status Tracking: Monitor task completion
- Skill Management: Log and monitor skills you're learning or want to develop
- Progress Tracking: Record skill levels and improvement over time
- Resource Management: Link learning resources to each skill
- Practice Scheduling: Track when you last practiced each skill
- Rich Text Notes: Keep track of important information and ideas
- Modern UI: Beautiful gradient text effects and interactive elements
- Organized Storage: Maintain a collection of notes in one place
- React
- Vite
- Modern CSS with responsive design
- Local storage for data persistence
- Clone the repository
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Open your browser to the URL displayed in the terminal (typically http://localhost:5173/)
- Enhanced project management capabilities
- Data export/import functionality
- Cloud synchronization
- Dark/light theme toggle
- User authentication