Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/handipriyono/moovie-worlder
https://github.com/handipriyono/moovie-worlder
Last synced: about 16 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/handipriyono/moovie-worlder
- Owner: handipriyono
- Created: 2024-05-27T03:16:29.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-30T17:27:06.000Z (7 months ago)
- Last Synced: 2025-01-08T13:57:43.787Z (2 days ago)
- Language: TypeScript
- Size: 254 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**React Movie App**
deploy version: https://moovie-worlder.vercel.app/
Here's how to set up and run the React Movie App:
1. **Clone Repository**:
- First, clone the repository to your local machine using Git:
```
git clone
```2. **Set Up Environment Variables**:
- Create a `.env` file in the root directory of your project.
- Add the following line to your `.env` file, replacing `` with your actual TMDB API key:
```
VITE_APP_API_KEY=
```3. **Install Dependencies**:
- Open your terminal and navigate to the project directory.
- Run the following command to install the required dependencies:
```
yarn install
```4. **Run Locally**:
- To start the development server, run:
```
yarn dev
```
- The app will be available at `http://localhost:5173/`.5. **List of Pages**:
- Here are the paths for different pages within the project:
- `/login`: Login & register page
- `/dashboard`: Shows a list of movies (popular, top rated, now playing, upcoming)
- `/favorites`: Displays a list of favorite movies ( local storage data)
🎬🍿**_Build folder = `dist`_**
- run : `yarn preview`