Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
3 changes: 3 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"presets" : ["@babel/env", "@babel/preset-react"]
}
31 changes: 3 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,8 @@
Assignment 4 - Components
===

Due: October 4th, by 11:59 AM.
## Movielist (v3)

For this assignment you will re-implement the client side portion of *either* A2 or A3 using either React or Svelte components. If you choose A3 you only need to use components for the data display / updating; you can leave your login UI as is.
your hosting link e.g. https://a4-edwardclifford.herokuapp.com/

[Svelte Tutorial](https://github.com/cs4241-21a/cs4241-21a.github.io/blob/main/using_svelte.md)
[React Tutorial](https://github.com/cs4241-21a/cs4241-21a.github.io/blob/main/using_react.md)

This project can be implemented on any hosting service (Glitch, DigitalOcean, Heroku etc.), however, you must include all files in your GitHub repo so that the course staff can view them.

Deliverables
---

Do the following to complete this assignment:

1. Implement your project with the above requirements.
3. Test your project to make sure that when someone goes to your main page on Glitch/Heroku/etc., it displays correctly.
4. Ensure that your project has the proper naming scheme `a4-firstname-lastname` so we can find it.
5. Fork this repository and modify the README to the specifications below. Be sure to add *all* project files.
6. Create and submit a Pull Request to the original repo. Name the pull request using the following template: `a4-firstname-lastname`.

Sample Readme (delete the above when you're ready to submit, and modify the below so with your links and descriptions)
---

## Your Web Application Title

your hosting link e.g. http://a4-charlieroberts.glitch.me

Include a very brief summary of your project here and what you changed / added to assignment #3. Briefly (3–4 sentences) answer the following question: did the new technology improve or hinder the development experience?

Unlike previous assignments, this assignment will be solely graded on whether or not you successfully complete it. Partial credit will be generously given.
This is the final iteration of the movie watchlist. I changed the UI to focus on the imagery associated with the movies instead of the text. The main focus is now the posters. Also, the search functionality uses half the screen and the watch list uses the other half. Using react made it easier to layout the site, and also improved the experience if rendering custom blocks of HTML. Preserving state was helpful for handling logging in and for getting information about the movies currently on screen. 10/10 react experience :)
Binary file added dist/0ab669b7a0d19b178f57.woff
Binary file not shown.
Binary file added dist/1431d1cef06ad04f5458.woff2
Binary file not shown.
Binary file added dist/168d6383e73339293ac3.woff
Binary file not shown.
Binary file added dist/169619821ea93019d1bb.woff2
Binary file not shown.
Binary file added dist/227c93190fe7f82de3f8.woff2
Binary file not shown.
Binary file added dist/3230f9b040f3c630e0c3.woff2
Binary file not shown.
Binary file added dist/32fc45a3d1e8ea11fabc.woff2
Binary file not shown.
Binary file added dist/3425a701027d0699e369.woff2
Binary file not shown.
Binary file added dist/35b9d6be04b95f0f0530.woff2
Binary file not shown.
Binary file added dist/4777461b144e55145268.woff2
Binary file not shown.
Binary file added dist/50e795c1345353b0e996.woff2
Binary file not shown.
Binary file added dist/62ced72e5832f02c2796.woff2
Binary file not shown.
Binary file added dist/6fb9cffb1d3e72bf9293.woff2
Binary file not shown.
Binary file added dist/71a33b6b50457b2c903a.woff2
Binary file not shown.
Binary file added dist/804378952da8a10faae2.woff2
Binary file not shown.
Binary file added dist/861b791f9de857a6e7bc.woff2
Binary file not shown.
Binary file added dist/9165081d10e1ba601384.woff2
Binary file not shown.
Binary file added dist/9ac81fefbe6c319ea40b.woff2
Binary file not shown.
Binary file added dist/a457fde362a540fcadff.woff
Binary file not shown.
Binary file added dist/b009a76ad6afe4ebd301.woff2
Binary file not shown.
Binary file added dist/bd9854c751441ccc1a70.woff2
Binary file not shown.
Binary file added dist/be4d02458ce53887dc37.woff2
Binary file not shown.
75 changes: 75 additions & 0 deletions dist/bundle.js

Large diffs are not rendered by default.

64 changes: 64 additions & 0 deletions dist/bundle.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
/**
* @license React
* react-dom.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react-is.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react-jsx-runtime.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* scheduler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license MUI v5.10.8
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v16.13.1
* react-is.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
Binary file added dist/c35e4c3958e209d17b31.woff2
Binary file not shown.
Binary file added dist/c48fb6765a9fcb00b330.woff2
Binary file not shown.
Binary file added dist/c5d001fa922fa66a147f.woff
Binary file not shown.
Binary file added dist/cad7d3d9cb265e334e58.woff2
Binary file not shown.
Binary file added dist/d010f1f324e111a22e53.woff2
Binary file not shown.
Binary file added dist/d8642a3d1d4ef6179644.woff2
Binary file not shown.
Binary file added dist/db2632771401f61463fe.woff2
Binary file not shown.
Binary file added dist/dc7dcec8e3f654e0ed63.woff2
Binary file not shown.
Binary file added dist/ed67ad54b1a8f5d21150.woff2
Binary file not shown.
Binary file added dist/f25d774ecfe0996f8eb5.woff2
Binary file not shown.
1 change: 1 addition & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!doctype html><html><head><title>Movie Watchlist</title><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><script defer="defer" src="/dist/bundle.js"></script></head><body><div id="root"></div><noscript>You need to enable JavaScript to run this app.</noscript><script src="/dist/bundle.js"></script></body></html>
15 changes: 15 additions & 0 deletions node_modules/.bin/acorn

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions node_modules/.bin/acorn.cmd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions node_modules/.bin/acorn.ps1

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions node_modules/.bin/ansi-html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions node_modules/.bin/ansi-html.cmd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions node_modules/.bin/ansi-html.ps1

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions node_modules/.bin/autoprefixer

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions node_modules/.bin/autoprefixer.cmd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions node_modules/.bin/autoprefixer.ps1

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions node_modules/.bin/babel

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions node_modules/.bin/babel-external-helpers

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions node_modules/.bin/babel-external-helpers.cmd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions node_modules/.bin/babel-external-helpers.ps1

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions node_modules/.bin/babel.cmd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions node_modules/.bin/babel.ps1

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions node_modules/.bin/browserslist

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading