Skip to content

ignite-bootcamp/react-native-challenge-01

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

18 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

todo

This challenge is for practice the basics of React and React Native like states, components, lists, input of data and props.

๐Ÿ’„ Layout

๐Ÿ›  Technologies

This project was developed with the following technologies:

Frontend

๐Ÿ“ฑ๐Ÿ’ป Instructions

## 1. Clone repo
git clone https://github.com/guivictorr/react-native-challenge-01.git

## 2. Change to project folder
cd react-native-challenge-01

## 3. Install dependencies
npm install

## 4. Run the app
npm start

๐Ÿค” How to contribute

  • Fork this repository;
  • Create a branch with your feature: git checkout -b my-feature;
  • Commit your changes: git commit -m 'feat: My new feature';
  • Push to your branch: git push origin my-feature.

Once your pull request has been merged, you can delete your branch.

๐Ÿ“ License

This project is under the MIT license. See the LICENSE file for more details.