Skip to content

prajwalol/flask-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlaskTodo

FlaskTodo is a simple todo list web application built using Flask, a Python web framework.

Features

  • Add, edit, and delete tasks
  • Mark tasks as completed
  • Simple and intuitive user interface

Requirements

  • Python 3.x
  • Flask
  • SQLite (for the default database)

Getting Started

  1. Clone the repository:

    git clone https://github.com/prajwalol/flasktodo.git
  2. Navigate to the project directory:

    cd flasktodo
  3. Install the required dependencies:

    pip install -r requirements.txt
  4. Run the application:

    python app.py

    The application will be accessible at http://localhost:5000 in your web browser.

Configuration

You can customize the configuration by modifying the config.py file. Update the SECRET_KEY and other settings as needed.

Under Development

This project is currently under active development. Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature: git checkout -b feature-name.
  3. Commit your changes: git commit -m 'Add new feature'.
  4. Push to the branch: git push origin feature-name.
  5. Submit a pull request.

Roadmap

  • Add your todo's
  • track what's left to do

Known Issues

License

This project is licensed under the Eclipse Public License - v 2.0 - see the LICENSE file for details.

Acknowledgments

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published