Syllabus To CSV
Convert your class syllabus into a CSV file with all of your assignments
Background Info
About the project
Welcome to the Syllabus To CSV tutorial! In this project, you will learn the fundamentals of API calls and make your own chrome extension that takes a syllabus and converts it into a CSV file
What you will learn:
- How to setup and run a chrome extension.
- How to call REST APIs and process their responses.
- Create a basic UI with HTML and CSS.
- Interact with DOM elements with JS.
What you will make:
By the end of this tutorial, you will have a working chrome extension that takes a class syllabus and converts it into a CSV with all your class assignments.
Further possibilities:
Once you’ve completed this tutorial, you can expand on it in many ways! You could add different types of conversions, convert the current webpage to CSV or even an image. You can also use it to extract different information out of the syllabus, grade charts or instructor list. The possibilities are endless.