Star Wars App built with React.js and Firebase
- Data fetched from "https://swapi.dev/" using
axios
- Displays a list of starships, with name and model, and
infinite scroll
- Each starship offers a card with detailed info, as well as pilots info and films where it appears
- Inspired by the Official Star Wars website and styled with
Tailwind CSS
andDaisyUI
- Responsive design
- Routing with
React Router
- Login and Signup using
Firebase Authentication
andRealtime Database
Private Routes
implemented, only logged users can access to starships page
# install dependencies
npm install
# Runs the app in the development mode
npm run start
Open http://localhost:3000 to view it in your browser.