This is a simple tasks website built using the Flask web framework. The website allows users to create, update, and delete tasks.
- Create new tasks.
- Update existing tasks.
- Delete tasks.
- View a list of all tasks.
Before running the tasks website, make sure you have the following installed:
- Python (version 3.6 or later)
- Flask (version 2.0 or later)
- Clone the repository or download the source code.
git clone https://github.com/silentwraith03/Taskify.git- Navigate to the project directory.
cd Taskify- Create a virtual environment.
python -m venv venv- Activate the virtual environment.
- For Windows
venv\Scripts\activate- For Linux
source venv/bin/activate- Start the development server
python app.py- Open your web browser and visit http://localhost:5000/ to access the tasks website
taskify/
|- images/
|- instance/
|- static/
|- templates/
|- app.py
|- .env
|- .flaskenv
|- README.md
- Python
- Flask
- Flask-SQLAlchemy
- HTML
- CSS
- JavaScript
- SQLite


