A Movie List application for browsing and managing your favorite movies, you can add movies to your favorite list and remove them. This is a client-side application that runs on the browser and relies on a server. You can download server-side code from here and run it to use this application.
To get started, first, you need git and node.js installed.
-
Clone the repository:
git clone https://github.com/darkeris345/Movies-List-FE.git
-
Navigate to the repository directory:
cd Movies-List-FE
-
Install dependencies:
npm i
- Create .env file with your API key:
VITE_API_URL=http://localhost:3000/movies
VITE_AUTH_API_URL=http://localhost:3000/user
-
To start the application, run the following command in your terminal or VS Code:
npm run dev
-
Open http://localhost:5173/ in your browser to view the application.