Skip to content

wangster6/flask-task-master

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Task Master

Demo hosted on Heroku at: https://flasktaskmaster-9d9e9b2cd14f.herokuapp.com/

A lightweight task management web app designed to optimize productivity by providing task management tools, enabling users to create, track, update, and delete tasks in real time. This project uses Python, Flask, SQLite for database storage, HTML, CSS for the front-end, and is deployable on Heroku.

Features

  • Task Management: Users can create new tasks, view all tasks, update existing tasks, and delete tasks they no longer need.
  • Database Integration: Task information is stored and managed using SQLite, providing a lightweight and efficient database solution.
  • Responsive Design: The application uses HTML and CSS to create a simple, user-friendly interface.
  • Deployment Ready: The application is designed to be deployable on Heroku for easy access and scalability.

Prerequisites


Project Setup

  1. Clone this repository to your local machine.
  2. Set up your Python environment:
    • Install dependencies using pip install -r requirements.txt.
  3. Initialize the database:
    • Open a Python/Flask shell and run:
      from app import db
      db.create_all()
  4. Run the application:
    • Execute the Flask server using python app.py.
  5. Access the application at http://127.0.0.1:5000/ to start managing your tasks.

Contributing

Contributions to this project are welcome! Feel free to submit issues or pull requests.

Contact

For questions or feedback, please contact me on my profile.

Contributors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published