Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dev-palwar/movieland-toufiq


https://github.com/dev-palwar/movieland-toufiq

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# A React Movies App
This is a simple React application that fetches movie data from an API and displays movie details

### Prerequisites

Make sure you have Node.js and npm (Node Package Manager) installed on your system. You can download them from [nodejs.org](https://nodejs.org/).

### Installation

Clone the repository to your local machine:
- cd MovieLand-By-React
- npm install
- npm start

### API

This project uses OMDB API to fetch movie data. You will need to sign up for an API key and replace it in the .env file.

EX: REACT_APP_API_KEY : "your api key here"

## Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

_Fork the repository
_Create a new branch for your feature or bug fix
_Make your changes and commit them
_Push to your branch
_Create a pull request