Skip to content

yashin5/planetary-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Star Wars - planetary challenge

Features

  • 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

Stack

This app was build with ReactJS using create-react-app. The data is stored locally using PouchDB.

  • React
  • CSS
  • JSX
  • Gulp
  • SASS

Gettings started

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

Demonstration project

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published