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

https://github.com/marcuwynu23/taskmanager

Task Manager is a simple web application for managing tasks. It allows users to create, view, edit, and delete tasks.
https://github.com/marcuwynu23/taskmanager

asp csharp dotnet manager net task web

Last synced: 5 months ago
JSON representation

Task Manager is a simple web application for managing tasks. It allows users to create, view, edit, and delete tasks.

Awesome Lists containing this project

README

          

# Task Manager

[![GitHub license](https://img.shields.io/github/license/marcuwynu23/TaskManager)](https://github.com/marcuwynu23/TaskManager/blob/main/LICENSE)
[![GitHub stars](https://img.shields.io/github/stars/marcuwynu23/TaskManager)](https://github.com/marcuwynu23/TaskManager/stargazers)
[![GitHub issues](https://img.shields.io/github/issues/marcuwynu23/TaskManager)](https://github.com/marcuwynu23/TaskManager/issues)

Task Manager is a simple web application for managing tasks. It allows users to create, view, edit, and delete tasks.

## Features

- Create tasks with titles and descriptions
- View task details
- Edit existing tasks
- Delete tasks
- Responsive design for usability on various devices

## Technologies Used

- ASP.NET Core MVC
- Entity Framework Core
- MySQL
- HTML/CSS
- JavaScript
- Bootstrap (with MDBootstrap5)
- Font Awesome

## Getting Started

To get started with the Task Manager project, follow these steps:

1. Clone this repository to your local machine.
2. Open the project in your preferred IDE.
3. Restore NuGet packages and build the solution.
4. Run the project and navigate to the application in your web browser.

## Usage

- Create tasks: Click on "Create New Task" and fill in the details.
- View tasks: Tasks are listed on the main page. Click on a task to view its details.
- Edit tasks: Click on "Edit" next to a task to modify its details.
- Delete tasks: Click on "Delete" next to a task to remove it from the list.

## Contribution

Contributions to the Task Manager project are welcome! Here are some ways you can contribute:

- Submit bug reports or feature requests by opening an issue.
- Fork the repository and make your changes. Then, submit a pull request for review.
- Improve the documentation by fixing typos or adding more details where needed.
- Spread the word about Task Manager by sharing it with others or starring the repository.

Please make sure to follow the project's code of conduct and contribution guidelines when submitting contributions.

## License

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