- Randomly select a planet from the universe star wars to show your data.
- Manually searching for a planet with its number - OBS: actually the API have a 61 planets
This app was build with ReactJS using create-react-app. The data is stored locally using PouchDB.
- React
- CSS
- JSX
- Gulp
- SASS
To run this project locally you need to have NodeJS and NPM installed in your machine. After this, follow these steps:
1.Clone the repository:
git clone git@github.com:yashin5/desafio-b2w.git
2.Change to the project directory:
cd desafio-b2w
3.Install the dependencies:
npm install
4.Enter in src folder:
cd desafio-b2w/src
5.Run the gulp script:
npm run build:sass
6.Serve the project:
npm start
