This project is a web application that allows users to better to visualize the classes offered in each course by the Universidade Federal de Campina Grande (UFCG), a Brazilian public university. The application was built using Flask, a web framework written in Python, and HTML, CSS, and JavaScript for the front-end.
Access here:
The application allows users to visualize the classes offered by UFCG in a user-friendly interface.
Contributions to this project are welcome. If you find a bug or have an idea for a new feature, please open an issue or submit a pull request.
To run this application on your local machine, you will need to have Python and Pip installed.
After installing Python, you can follow these steps to install the application:
python -m venv venv
venvScriptsactivate.ps1
(Windows) or source venv/bin/activate
(macOS or Linux)pip install -r requirements.txt
python src/app.py
.