A frontend application that provides an interface to explore information about Star Wars movies using the Star Wars API (SWAPI).
-
Browse all Star Wars movies
-
View detailed information about each movie including:
- Release date
- Director
- Opening crawl
- Characters
- Planets
- Starships
- Frontend Framework (e.g., React/Vite)
- SWAPI (Star Wars API)
- HTML5
- JavaScript/TypeScript
- TailwindCSS
- React Hook Form
- React Router
- Tanstack
- Zod
- Deployed link Live
- To login use
Email: anything@gmail.com password:12345678anything
-
Node.js (v18 or higher)
-
npm or yarn package manager
-
Clone repo:
git clone git@github.com:Shoetan/Gimli.git
-
Navigate to the project directory:
cd gimli
-
Install dependencies:
npm install
# or
yarn install
- Start the development server:
npm start
# or
yarn start
This project uses the Star Wars API (SWAPI) to fetch movie data. You can find the API documentation at SWAPI Documentation.