Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/green-blue-couchette/reactjs-tutorial-movieland-full-course-2023
https://github.com/green-blue-couchette/reactjs-tutorial-movieland-full-course-2023
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/green-blue-couchette/reactjs-tutorial-movieland-full-course-2023
- Owner: green-blue-couchette
- Created: 2023-10-25T10:18:12.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-25T10:25:02.000Z (about 1 year ago)
- Last Synced: 2024-11-14T21:09:34.248Z (2 months ago)
- Language: JavaScript
- Size: 185 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MovieLand - A tutorial project to help me re-learn ReactJS
This web app is my implementation of the MovieLand application from this tutorial:
"React JS Full Course 2023 | Build an App and Master React in 1 Hour"
1:11:43
JavaScriptMastery, YouTube
https://www.youtube.com/watch?v=b9eMGE7QtTkCompleted on Wednesday, October 25, 2023
(This was, of course, not an exhaustive tutorial.)I built this to help me re-learn ReactJS.
My steps can be followed by looking at the commit history.
I added some of my own improvements to the search experience (searching by pressing enter, clearing the search box when a search is made, a message that shows what search term was used) -- see the "Finishing touches" commits in the commit history.-- Oliver