Skip to content

lowkeyypal/Taskify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Overview

This is a simple tasks website built using the Flask web framework. The website allows users to create, update, and delete tasks.

Features

  • Create new tasks.
  • Update existing tasks.
  • Delete tasks.
  • View a list of all tasks.

Prerequisites

Before running the tasks website, make sure you have the following installed:

  • Python (version 3.6 or later)
  • Flask (version 2.0 or later)

Installation

  1. Clone the repository or download the source code.
git clone https://github.com/silentwraith03/Taskify.git
  1. Navigate to the project directory.
cd Taskify
  1. Create a virtual environment.
python -m venv venv
  1. Activate the virtual environment.
  • For Windows
venv\Scripts\activate
  • For Linux
source venv/bin/activate
  1. Start the development server
python app.py
  1. Open your web browser and visit http://localhost:5000/ to access the tasks website

Project Structure

taskify/
  |- images/
  |- instance/
  |- static/
  |- templates/
  |- app.py
  |- .env
  |- .flaskenv
  |- README.md

Screenshots

Tech Used

  • Python
  • Flask
  • Flask-SQLAlchemy
  • HTML
  • CSS
  • JavaScript
  • SQLite

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published