FlaskTodo is a simple todo list web application built using Flask, a Python web framework.
- Add, edit, and delete tasks
- Mark tasks as completed
- Simple and intuitive user interface
- Python 3.x
- Flask
- SQLite (for the default database)
-
Clone the repository:
git clone https://github.com/prajwalol/flasktodo.git
-
Navigate to the project directory:
cd flasktodo -
Install the required dependencies:
pip install -r requirements.txt
-
Run the application:
python app.py
The application will be accessible at
http://localhost:5000in your web browser.
You can customize the configuration by modifying the config.py file. Update the SECRET_KEY and other settings as needed.
This project is currently under active development. Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch for your feature:
git checkout -b feature-name. - Commit your changes:
git commit -m 'Add new feature'. - Push to the branch:
git push origin feature-name. - Submit a pull request.
- Add your todo's
- track what's left to do
This project is licensed under the Eclipse Public License - v 2.0 - see the LICENSE file for details.
- Flask: https://flask.palletsprojects.com/
- Bootstrap: https://getbootstrap.com/