This is a simple goal tracker web app built using Python, Django, HTML, and CSS.
Table of Contents
- Description
- Features
- Requirements
- Installation
- Usage
Description
The Goal Tracker Web App is a basic application that allows users to create, update, and delete tasks. It is built using the Django framework for the backend, with HTML and CSS for the frontend.
Features
Create, read, update, and delete tasks Simple and intuitive user interface Responsive design for various screen sizes
Requirements
Make sure you have the following installed before running the Goal Tracker web app:
Python (version 3.x) Django (version 3.x)
Installation
Clone the repository:
git clone https://github.com/VikramAnkathi/GoalTrackerWebApp.git
Navigate to the project directory:
cd goal-tracker-web-app
Install the dependencies:
pip install -r requirements.txt
Usage
Apply migrations:
python manage.py migrate
Run the development server:
python manage.py runserver
Open your web browser and go to http://localhost:8000 to access the Goal Tracker web app.