The Star Wars Database app offers an immersive experience for fans to explore the rich universe of Star Wars. Built with React and powered by the Star Wars API (SWAPI), this application provides detailed information on characters, vehicles, and planets from the Star Wars universe.
git clone https://github.com/your-username/star-wars-database.git
cd star-wars-database
npm install
.env file:
cp .env.example .env
npm run start
The application should now be running on http://localhost:3000.
Navigate through the different sections using the top menu. Use the search bar to find specific characters, vehicles, or planets. Click on any item to view detailed information. Add items to your favorites for quick access.
The template was built as part of the 4Geeks Academy Coding Bootcamp by Alejandro Sanchez and many other contributors. Find out more about our Full Stack Developer Course, and Data Science Bootcamp.