The final project is to create a program to shop for activities. The program set up a catalog of activities and then allow the user to browse and purchase activities from the catalog (database). The project will incorporate an API, JSON parsing, a database, Object-Oriented Programming, and an interactive user interface.
API: https://www.boredapi.com/ Database: SQLite
The first part of the project includes setting up the catalog of activities and allowing the user to browse the activities.
The activities will be collected from the https://www.boredapi.com/. The documentation for using the API can be found on the website. The activities collected from the API will be in JSON format which will be parsed to and used to create a database of activities (catalog).
Once the database has been created, write code to allow a user to browse the activities in the database by filtering by one or more attributes of the activities (i.e., type, price etc.) and displaying the filtered set of activities. To allow the user to interact with the program, create an interactive user interface to browse the database of activities. This user interface will be expanded upon in Part 2 of the project.
DescriptionIn this final assignment, the students will demonstrate their ability to apply two ma
Path finding involves finding a path from A to B. Typically we want the path to have certain properties,such as being the shortest or to avoid going t
Develop a program to emulate a purchase transaction at a retail store. Thisprogram will have two classes, a LineItem class and a Transaction class. Th
1 Project 1 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of
1 Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of