Skip to content

Latest commit

 

History

History
68 lines (49 loc) · 1.19 KB

README.md

File metadata and controls

68 lines (49 loc) · 1.19 KB

Starwars Movie Explorer

A frontend application that provides an interface to explore information about Star Wars movies using the Star Wars API (SWAPI).

Features

  • Browse all Star Wars movies

  • View detailed information about each movie including:

    • Release date
    • Director
    • Opening crawl
    • Characters
    • Planets
    • Starships

Technologies Used

  • Frontend Framework (e.g., React/Vite)
  • SWAPI (Star Wars API)
  • HTML5
  • JavaScript/TypeScript
  • TailwindCSS
  • React Hook Form
  • React Router
  • Tanstack
  • Zod

Views

Login Dashboard

Getting Started

  • Deployed link Live
  • To login use Email: anything@gmail.com password:12345678anything

Local Setup

  • 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

API Reference

This project uses the Star Wars API (SWAPI) to fetch movie data. You can find the API documentation at SWAPI Documentation.