A Simple & Secured ToDo Web Application
Explore the docs ยป
View Demo
ยท
Report Bug
ยท
Request Feature
Hi there ๐
This is a simple ToDo web application built on top of Flask web framework with User Authentication
Functionality. You can create and modify your Task easily by this application. More improvements
and features
will be added trhough updates.
Let's see some of the screenshots -
To get a local copy up and running follow these simple steps.
This is an example of how to list things you need to use the software and how to install them.
- Clone the repo
git clone https://github.com/whoismaruf/flask2do.git
- Setup Environment
python -m venv your_preffered_env_name
source your_preffered_env_name/scripts/activate
Use this coomand source your_preffered_env_name/bin/activate
in Linux
- Install Packages
pip install -r requirements.txt
- Run
python run.py
Please mention me while you use this application on production or any kinda personal usages. Don't sell or duplicate this project for Business purposes. Happy coding !!
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.