Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samantha-ruth/movie-fight
Enter two movies and get a comparison of box office totals and IMBD ratings between the two!
https://github.com/samantha-ruth/movie-fight
autocomplete axios bulma css javascript
Last synced: about 1 month ago
JSON representation
Enter two movies and get a comparison of box office totals and IMBD ratings between the two!
- Host: GitHub
- URL: https://github.com/samantha-ruth/movie-fight
- Owner: Samantha-Ruth
- Created: 2023-09-13T20:29:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-14T03:50:26.000Z (about 1 year ago)
- Last Synced: 2024-10-15T17:26:29.693Z (about 1 month ago)
- Topics: autocomplete, axios, bulma, css, javascript
- Language: JavaScript
- Homepage: https://samantha-ruth.github.io/Movie-Fight/
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Movie-Fight
## Description
This app allows you to choose two movies and get a comparison of box office totals and IMBD ratings between the two.## More info
This project required multiple fetches with the help of Axios. I learned how to create an autocomplete widget from scratch, make it universally applicable, and improve my coding style.## Screenshots
![Movie_Screenshot_1](https://github.com/Samantha-Ruth/Movie-Fight/assets/64170123/f12d8c1a-dffb-46e0-a430-93b442b82098)
![Movie_Screenshot_2](https://github.com/Samantha-Ruth/Movie-Fight/assets/64170123/e9b5048e-4033-4261-99e6-a7646630991f)## Link to Page
Deployed Page: https://samantha-ruth.github.io/Movie-Fight/
Github: https://github.com/Samantha-Ruth/Movie-Fight## Credits
Thank you to Udemy and the Modern Javascript Bootcamp Course!