-
Notifications
You must be signed in to change notification settings - Fork 35
Friday version of React Cinema #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
rolandjlevy
wants to merge
61
commits into
constructorlabs:master
Choose a base branch
from
rolandjlevy:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 21 commits
Commits
Show all changes
61 commits
Select commit
Hold shift + click to select a range
7ab5fa9
first stage - fetching from API based on search query
rolandjlevy 31605bd
Receiving results from fetch. trying to create results as a menu of l…
rolandjlevy 6c86781
search results appearing in a list. Bug with errors though
rolandjlevy 3cade8a
Bug fixed
rolandjlevy da704af
started to display selected movie
rolandjlevy 36d24d8
Fixed bugs and added some styling
rolandjlevy 1e0f80f
mobile view complete. NO working on responsiveness for iPad and Deskt…
rolandjlevy f77e57f
Minor tweaks
rolandjlevy 739612e
Added pagination
rolandjlevy da7af7a
fixing bugs
rolandjlevy aa6c697
Completed pagination
rolandjlevy 28f4625
Fixed bug with pagination
rolandjlevy ef54af3
Bug in DisplayMovie.js not rendering HTML correctly
rolandjlevy 5aefa2b
fixed HTML render bug by making a component that uses dangerouslySetI…
rolandjlevy 10c6335
Working on layout for iPad and desktop
rolandjlevy 16485ae
Working on responsiveness
rolandjlevy 6ac7740
made a start on favourites but ran out of time
rolandjlevy 1584ebd
Updated favourites. Still no working.
rolandjlevy aa3039f
Tweaked CSS
rolandjlevy b2ac6b1
CSS tweaks
rolandjlevy 901c42a
Added more commenting
rolandjlevy a7a64c5
Improved code in App.js by changing the way searchDisplay is set and …
rolandjlevy 43fb8de
Completed Readme file
rolandjlevy 785ae17
Small changes to Readme text
rolandjlevy 8f9b70f
Updated Readme file
rolandjlevy ba79bad
Updated readme
rolandjlevy 6a4fe9a
Readme updated
rolandjlevy 60a1d00
Updated readme
rolandjlevy d4e25d7
Updated readme
rolandjlevy 43dce84
Set theme jekyll-theme-minimal
rolandjlevy d94f276
Set theme jekyll-theme-minimal
rolandjlevy fd20642
Delete _config.yml
rolandjlevy 269ad07
Update README.md
rolandjlevy 5316fac
Changed where and how baseUrl is defined so Netlify can access it as …
rolandjlevy 022b015
.env variablees not working
rolandjlevy 15af6ae
Temporary fix for API_KEY bug in .env file
rolandjlevy 3ce26e6
Resolved problem with API_KEY loading from .env file
rolandjlevy 56dd76c
Updated readme
rolandjlevy b14affa
Updated readme
rolandjlevy 25e42c5
Updated readme
rolandjlevy 9ec7c17
Updated for Heroku deployment
rolandjlevy b970c5a
Updated package.json
rolandjlevy 4c0c7ea
Updated webpack
rolandjlevy 65c3ee1
Updated package.json by removing commented out link at the start of t…
rolandjlevy bbba912
Changes for deployment
rolandjlevy 8005dcc
Merge pull request #1 from rolandjlevy/heruko-deployment
rolandjlevy 52f10d5
Webpack bugs now fixed
rolandjlevy e7eb5c9
Merge pull request #2 from rolandjlevy/heruko-deployment
rolandjlevy 77a4e3d
Updated API URL - removed http: due to mixed content error
rolandjlevy a26ed41
Merge pull request #3 from rolandjlevy/heruko-deployment
rolandjlevy 5ca0b22
Updated readme
rolandjlevy 75bf2aa
Updated readme
rolandjlevy 5c3fa6c
Merge pull request #4 from rolandjlevy/heruko-deployment
rolandjlevy bd1e886
Updated webpack with CleanWebpackPlugin
rolandjlevy 3fada5f
Merge pull request #5 from rolandjlevy/heruko-deployment
rolandjlevy acd15c7
Tweaked code for deployment
rolandjlevy d4cae81
Merge branch 'parcel-james'
rolandjlevy c652020
turned on ts in vscode
rolandjlevy d7189e2
Updated readme
rolandjlevy 37eb936
Updated readme
rolandjlevy 20a9d2c
Updated readme
rolandjlevy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| /node_modules | ||
| /dist | ||
| .DS_Store | ||
| /images | ||
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I expect images should be included in repo otherwise someone looking at your repo will not have access to them