An open API service indexing awesome lists of open source software.

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

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.