Leia em Português | Read in English
Solar System foi um projeto desenvolvido durante o curso da Trybe, sendo o primeiro do módulo de frontend. O objetivo era criar um app que mostrava os planetas do sistema solar e algumas missões feitas pela humanidade usando React.
- React
- CSS
- Acesse https://daviazev-solar-system.netlify.app/
- Ou instale usando o comando
git clone git@github.com:daviazev/solar-system.git
- Entre na pasta usando
cd solar-system
- Instale as dependências do projeto usando
npm install
- Pronto! Você pode rodar usando o comando
npm start
Solar System was a project developed during the Trybe course, being the first of the frontend module. The goal was to create an app that displayed the planets of the solar system and some missions carried out by humanity using React.
- React
- CSS
- Access https://daviazev-solar-system.netlify.app/
- Or install it using the command
git clone git@github.com:daviazev/solar-system.git
- Navigate to the folder using
cd solar-system
- Install the project dependencies using
npm install
- Done! You can run it using the command
npm start