Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ai-naymul/taskmate
https://github.com/ai-naymul/taskmate
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ai-naymul/taskmate
- Owner: ai-naymul
- Created: 2023-11-17T04:27:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-17T04:37:02.000Z (about 1 year ago)
- Last Synced: 2023-11-17T05:51:37.846Z (about 1 year ago)
- Language: CSS
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TaskMate - Your Task Managing Mate
TaskMate is a simple task management application built with Flask and SQLAlchemy.
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
- Python 3.6+
- Flask
- SQLAlchemy
- WTForms### Installation
1. Clone the repository
```git clone https://github.com/ai-naymul/taskmate.git```
2. Change into the directory
```cd taskmate```
3. Install the requirements
```pip install -r requirements.txt```
4. Run the application
```python main.py```Now, navigate to `http://localhost:5000` in your browser to see the application in action.
## Usage
- Add a new task: Enter the task name in the input field and click on the "Add" button.
- Mark task as completed: Click on the "Mark As Completed" button next to the task.## Contributing
Please read `CONTRIBUTING.md` for details on our code of conduct, and the process for submitting pull requests to us.
## License
This project is licensed under the MIT License - see the `LICENSE.md` file for details