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 CSSandDaisyUI - Responsive design
- Routing with
React Router - Login and Signup using
Firebase AuthenticationandRealtime Database Private Routesimplemented, only logged users can access to starships page
# install dependencies
npm install
# Runs the app in the development mode
npm run startOpen http://localhost:3000 to view it in your browser.
