A simple and clean Flask web application that displays a list of courses from a courses.json file and allows users to filter them based on selected skills. Perfect for learning portals, career guidance tools, or educational platforms.
- Loads course data from a JSON file
- Filters courses by user-selected skill
- Displays all or filtered results using a web interface
- Easy to customize and expand
- Python (Flask)
- HTML + Jinja2 Templates
- JSON for data storage
- Clone the repository:
git clone https://github.com/your-username/your-repo-name.git
cd your-repo-name