Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dev-palwar/movieland-toufiq
https://github.com/dev-palwar/movieland-toufiq
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/dev-palwar/movieland-toufiq
- Owner: dev-palwar
- Created: 2024-01-10T09:39:18.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-10T09:57:32.000Z (about 1 year ago)
- Last Synced: 2024-01-10T11:07:03.755Z (about 1 year ago)
- Language: CSS
- Homepage: https://movieland-toufiq.vercel.app
- Size: 181 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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