This Student Progress Tracker is a Flask-based web application designed for educational institutions to collect and analyze student progress data. It offers a user-friendly interface for students to submit their progress, while administrators can access analysis tools to visualize and analyze the data.
flask-project/
├── static/ # Directory for static files (CSS, JS, etc.)
│ └── style.css # Example CSS file
├── templates/ # Directory for HTML templates
│ ├── about.html # HTML template for the "About" page
│ ├── create.html # HTML template for the data collection form
│ ├── index.html # HTML template for the homepage
│ └── thankyou.html # HTML template for the thank you page
├── db.sqlite3 # Database file
└── apps.py # Configuration for the app
- Clone the repository:
git clone https://github.com/inskyeee/flask-project.git
- Navigate to the project directory:
cd flask-project
- Install dependencies:
pip install -r requirements.txt
- Run
app.py
- Visit the homepage to access the data submission form.
Contributions are welcome! Follow the GitHub flow for making contributions.
This project is licensed under the MIT License.