This project is a simple movie app built to exercise my abilities with React.js and Vite. It was inspired by the react tutorial from Tech With Tim.
Make sure you have the following installed:
-
Clone the repository:
git clone <repository-url> cd movie/frontend
-
Install dependencies:
npm install
or if using yarn:
yarn install
-
Start the development server:
npm run dev
or with yarn:
yarn dev
-
Open your browser and visit:
http://localhost:5173(Port may vary depending on your Vite setup)
To check and fix linting issues, run:
npm run lintThis project is purely for learning purposes and serves as a practical exercise in React.js and Vite development.