Skip to content

Latest commit

 

History

History
79 lines (58 loc) · 2.47 KB

README.md

File metadata and controls

79 lines (58 loc) · 2.47 KB
JStack

Module 04: MyContacts API

LeonneBrito Languages repo-size lastcommit Issues Email

📱 Manage your contacts. Project developed during the fourth module of JStack course. | @JStack

Made with 💖 by Leonne Brito.

📌 Contents

🚀 Technologies

This project was made using the follow technologies:

💻 How to run

# Clone Repository
$ git clone https://github.com/LeonneBrito/jstack-my-contacts-api.git
# Install Dependencies
$ yarn

# Run Aplication
$ yarn dev

Go to http://localhost:3000/ to see the result.

🐛 Issues

Create a new issue report, it will be an honor to be able to help you solve and further improve our application.

✨ Contributing

  • 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.

Made with 💖 by Leonne Brito.

Thank you! 🌠