Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 949 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 949 Bytes

to.do

Challenge from Ignite bootcamp to practice basic concepts of ReactJS

🛠 Technologies

This project was developed with the following technologies:

Frontend

📱💻 Instructions

## 1. Clone repo
git clone https://github.com/guivictorr/to.do.git

## 2. Change to project folder
cd to.do

## 3. Install dependencies

## 4. Run the app
yarn 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.