Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdyeates/movie-app
This website allows users to search for and view information about their favorite movies. The movie data is powered by the OMDB API, which provides access to a database of over 500,000 movies and TV shows.
https://github.com/mdyeates/movie-app
javascript jquery movie-app omdb-api practice
Last synced: 13 days ago
JSON representation
This website allows users to search for and view information about their favorite movies. The movie data is powered by the OMDB API, which provides access to a database of over 500,000 movies and TV shows.
- Host: GitHub
- URL: https://github.com/mdyeates/movie-app
- Owner: mdyeates
- License: mit
- Created: 2022-12-14T19:07:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-03T00:54:12.000Z (about 2 years ago)
- Last Synced: 2024-11-03T17:43:06.471Z (2 months ago)
- Topics: javascript, jquery, movie-app, omdb-api, practice
- Language: JavaScript
- Homepage: https://mdyeates.github.io/movie-app/
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![MIT License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]Movie App
This website allows users to search for and view information about their favorite movies. The movie data is powered by the OMDB API, which provides access to a database of over 500,000 movies and TV shows.
Explore the docs »
View Live Deployment
·
Report Bug
·
Request Feature
Table of Contents
## About The Project
This project is a simple movie website app that utilizes the OMDB API to display information about movies. The goal of the project was to practice using APIs and creating a dynamic website.
The app was initially built using vanilla JavaScript, and a separate branch was created to convert it to jQuery. The app allows users to search for movies by title and view details about the movie.
### Built With
[![JQuery][jquery.com]][jquery-url]
## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## License
Distributed under the MIT License. See `LICENSE.md` for more information.
## Contact
Michael Yeates - [@mdyeates](https://twitter.com/mdyeates) - [email protected]
Project Link: [https://github.com/mdyeates/movie-app](https://github.com/mdyeates/movie-app)
## Acknowledgments
- [JQuery Docs](https://jquery.com/)
- [JQuery Cheat Sheet](https://htmlcheatsheet.com/jquery/)
- [Introduction to server-side APIs](https://www.codenewbie.org/blogs/an-intro-to-apis)[license-shield]: https://img.shields.io/github/license/mdyeates/movie-app.svg?style=for-the-badge
[license-url]: https://github.com/mdyeates/movie-app/blob/main/LICENSE
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/mdyeates
[jquery.com]: https://img.shields.io/badge/jQuery-0769AD?style=for-the-badge&logo=jquery&logoColor=white
[jquery-url]: https://jquery.com