Task Management App is a web application built with Next.js, TypeScript, Tailwind CSS, and Local Storage. It provides an intuitive user interface for managing tasks effectively.
To run the Task Management App locally, follow these steps:
git clone https://github.com/KaranChandekar/task-management-app.git
cd task-management-app
npm install
npm run dev
http://localhost:3000
in your browser.The Task Management App allows you to:
A live demo of the Task Management App is available at taskmanagement-karanchandekar.vercel.app.
The Task Management App have following functionalities:
The repository follows the following structure:
/public
: Contains public assets and the app's logo./src
: Contains children folders like "app", "components", and "store"./src/app
: Contains the main page of the application./src/components
: Contains reusable components used throughout the application./src/store
: Contains the MST models and store for state management.Contributions are welcome! If you'd like to contribute to the Task Management App, please follow these steps:
git checkout -b my-feature-branch
.git commit -m 'Add some feature'
.git push origin my-feature-branch
.Please ensure that your code follows the established coding standards and includes appropriate documentation.
The Task Management App is open source and released under the MIT License.
For any questions, suggestions, or feedback, feel free to reach out to me at karanchandekar431@gmail.com. I'd love to hear from you!