Stats-SpaceX-app is a mobile app developed with React-native and the Space X API
- Fork the project: by clicking the fork button (located at the top right corner)
- Clone the project:
git clone https://github.com/<your username>/Stats-SpaceX-app
- Install dependencies:
npm install
or usenpm i
- Run the project:
npx react-native start
- Do the necessary improvements and make a commit:
git commit -am "<commit message>"
or usegit add .
and thengit commit -m "<commit message>"
- Upload changes to the repository created with the fork:
git push origin <branch name>
- Create a pull request to the original project.
This project was make with React-native, Styled components, victory-native and Api Rest services.