Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/itzaymvn/movies-search

This is a simple movies search engine. It uses the OMDb API to search for movies and display them in a list. It also allows you to see the title, date of release, and a poster for each movie.
https://github.com/itzaymvn/movies-search

movies omdb-api

Last synced: about 4 hours ago
JSON representation

This is a simple movies search engine. It uses the OMDb API to search for movies and display them in a list. It also allows you to see the title, date of release, and a poster for each movie.

Awesome Lists containing this project

README

        

# What is this?

This is a simple movies search engine. It uses the [OMDb API](http://www.omdbapi.com/) to search for movies and display them in a list. It also allows you to see the title, date of release, and a poster for each movie.

# How to use it?

1. Clone the repository
2. Run `npm install` to install the dependencies
3. Run `npm start` to start the server
4. Open `http://localhost:3000` in your browser

# How to run the tests?

1. Run `npm test` to run the tests

# How to build the project?

1. Run `npm run build` to build the project

# LICENSE

[![GitHub](https://img.shields.io/github/license/ItzAymvn/Movies?color=%238e2be2&style=for-the-badge)](https://github.com/itzAymvn/Movies/blob/main/LICENSE)