Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/harshjuly12/task-manager-app-using-mantine-ui

A modern and intuitive application built with Mantine UI for managing tasks efficiently. It offers features like task creation, editing, deletion, and categorization. The app aims to enhance productivity with a clean and responsive interface.
https://github.com/harshjuly12/task-manager-app-using-mantine-ui

html javascript localstorage mantine-ui reactjs tabler-icons

Last synced: 25 days ago
JSON representation

A modern and intuitive application built with Mantine UI for managing tasks efficiently. It offers features like task creation, editing, deletion, and categorization. The app aims to enhance productivity with a clean and responsive interface.

Awesome Lists containing this project

README

        



Task-Manager-App-Using-Mantine-UI


## Table of Contents
1. [Introduction](#introduction)
2. [Features](#features)
3. [Technologies Used](#technologies-used)
4. [Installation](#installation)
5. [Usage](#usage)
6. [Contributing](#contributing)
7. [License](#license)
8. [Author](#author)

## Introduction
This Task Manager App is a simple yet powerful tool for managing your daily tasks. Built using React and Mantine UI components, it allows you to add, view, and delete tasks with ease. The app also supports dark and light mode, which can be toggled using a keyboard shortcut.

## Features
- Add, view, and delete tasks
- Dark and light mode support
- Persistent storage using local storage
- Responsive and modern UI using Mantine components

## Technologies Used
- React
- Mantine UI
- Local Storage
- Tabler Icons

## Installation
1. Clone the repository:
```bash
git clone https://github.com/your-username/Task-Manager-App.git
cd Task-Manager-App
```
2. Install the dependencies:
```bash
npm install
```
3. Start the development server:
```bash
npm start
```

## Usage
1. Open the app in your browser:
```bash
http://localhost:3000
```
2. Add a new task by clicking the "New Task" button and filling out the form.
3. View and manage your tasks in the main task list.
4. Toggle between dark and light mode using the keyboard shortcut `mod+J`.

## Contributing
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.

## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

## Author
For any questions or suggestions, please contact:
- Harsh Singh: [[email protected]]([email protected])
- GitHub: [harshjuly12](https://github.com/harshjuly12)