DevDash is a frontend-only web-based productivity dashboard for developers. It allows you to manage tasks, save code snippets, and view GitHub stats in one place.
Feel free to [ fork ] this repository to customize and enhance the functionality of DevDash !
Make sure you have Node.js installed. Follow these steps to set up the project locally:
- Clone the repository
git clone https://github.com/harshad57/DevDash.git
- Navigate into the project directory
cd devdash
- Install dependencies
npm install
- Install additional required packages
npm install react-router-dom npm install axios
- Start the development server
npm run dev