https://github.com/oakmac/scene-it-exercise
Scene It Exercise - build a movie management web application with step-by-step instructions
https://github.com/oakmac/scene-it-exercise
Last synced: about 1 year ago
JSON representation
Scene It Exercise - build a movie management web application with step-by-step instructions
- Host: GitHub
- URL: https://github.com/oakmac/scene-it-exercise
- Owner: oakmac
- License: isc
- Created: 2020-02-28T01:16:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-22T16:33:31.000Z (about 6 years ago)
- Last Synced: 2025-01-28T17:26:02.749Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.79 MB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Scene It
This repo contains the Scene It exercise: step-by-step instructions for building
a movie management web application.
## Instructions
First, fork and clone this repo to your local computer. Then follow the instructions in order:
- [Part 1 - Rendering Movies and Search](instructions/part1.md)
- [Part 2 - Creating a Watchlist with localStorage](instructions/part2.md)
- [Part 3 - Querying the OMDB API](instructions/part3.md)
Note that you will be writing your own code in the `code/` folder of your local repo.
Don't forget to commit your progress as you complete each step!
## Learning Objectives
- DOM manipulation
- Using JavaScript to render HTML from data
- Event handlers
- Using `localStorage` to store and retrieve data
- Connecting to external APIs
## License
[ISC License](LICENSE.md)
Credit to [Adam Szaruga](https://github.com/adamszaruga) for the initial content of Scene It.