Task Management Dashboard
This project is a Task Management Dashboard built with Next.js 14, styled using Tailwind CSS, and utilizing Material UI for component library. It also incorporates dayjs for date manipulation.
Preview
You can preview the design on Figma here.
The live version of this project is deployed and accessible here.
Technologies Used
- Next.js 14: Next.js is a React framework that enables functionality like server-side rendering and generating static websites for React-based web applications.
- Tailwind CSS: Tailwind CSS is a utility-first CSS framework that helps in building custom designs quickly by providing low-level utility classes.
- Material UI: Material UI is a popular React component library that provides a set of pre-designed and customizable components following Google's Material Design guidelines.
- dayjs: dayjs is a minimalist JavaScript library that provides a simple API for parsing, validating, manipulating, and displaying dates and times.
Setup Instructions
- Clone the repository:
git clone https://github.com/himanshu077/task-management-dashboard.git
- Navigate into the project directory:
cd task-management-dashboard
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Open http://localhost:3000 in your browser to view the project.
Contributing
Contributions are welcome! Feel free to open issues or pull requests to suggest features, report bugs, or make improvements.
License
This project is licensed under the MIT License.