This project was developed for the challenge of BIT (B2W Digital).
Built with: HTML, CSS, JavaScript, React and API usage.
- It's given a random planet of the franchise, showing the population, the climate, the terrain and in how many films of the franchise the planet appeared.
- When the Millennium Falcon is clicked, the data for a new planet is displayed.
- Download or Clone the Repository.
- Install all project dependencies with
npm install
- Start the server with
npm start
- To create a production build use
npm run build
- Navigate to the build directory and start the server with
npm run deploy
- This mode includes a Service Worker.
The content of this repository is licensed under a MIT license.