Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dev-palwar/movie-app
🍿 A react movies app
https://github.com/dev-palwar/movie-app
expressjs movies reactjs sass tmdbapi
Last synced: 1 day ago
JSON representation
🍿 A react movies app
- Host: GitHub
- URL: https://github.com/dev-palwar/movie-app
- Owner: dev-palwar
- Created: 2023-09-23T13:30:39.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-19T11:10:35.000Z (about 1 year ago)
- Last Synced: 2023-12-19T14:26:01.957Z (about 1 year ago)
- Topics: expressjs, movies, reactjs, sass, tmdbapi
- Language: JavaScript
- Homepage: https://reelink.vercel.app
- Size: 1.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- 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.
This app was done for educational purposes, The style is based on [vitordino's](https://movies.vitordino.com) design.### 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 movie-react-app
- npm install
- npm start
> After Installation, you need to set up some environment variables, so make a .env file in the root directory. You'll need 3 variables
````
1. REACT_APP_TMDB_TOKEN # Your Api key// These are not necessary. Only use if the backend is configured
2. REACT_APP_BACKEND_URL # For local machine it is "http://localhost:your-port"
3. REACT_APP_BACKEND_AUTH # Whatever you configure in google console
````## API
This project uses The Movie Database [(TMDb)](https://developer.themoviedb.org/docs/getting-started) API to fetch movie data. You will need to sign up for an API key and replace it in the .env file.
## Backend
The Backend of this App can be found [here](https://github.com/dev-palwar/reelink-backend). So follow the README file for backend setup## 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> If you have any other questions or need further assistance, feel free to reach out to me on Twitter [@dev_palwar2](https://twitter.com/dev_palwar2).