A modern React application for fetching and managing movies, built with React, Vite, and Tailwind CSS. Powered by Vercel for seamless deployment.
- React: 19.1.0 - A JavaScript library for building user interfaces
- Tailwind CSS: 4.1.12 - Utility-first CSS framework
- Vite: 7.0.0 - Fast build tool and development server
- ESLint: 9.29.0 - Linting utility for JavaScript and JSX
- Prettier: 3.6.2 - Code formatter
- Node.js: 18.18.0 - JavaScript runtime
- npm: 9.0.0 - Package manager
- Fetch Star Wars Movies: Retrieve and display movies from the Star Wars API
- Add Custom Movies: Allow users to add their own movies with validation
- Responsive Design: Modern UI built with Tailwind CSS
- Component-Based Architecture: Reusable React components
- Fast Development: Powered by Vite for quick builds and hot reloading
-
Clone the repository:
git clone https://github.com/viboverse/fetch-movie.git
-
Navigate to the project directory:
cd fetch-movie -
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open
http://localhost:5173in your browser to view the app.
Built by Vahab Afsharian
