Contacts App is an app that consume the contacts app api, and allows you to create, update, and delete contacts.
This projects is hosted on: https://contacts-nrestrepo05.herokuapp.com/contacts
This project was made with React.JS and Next.JS.
If you want to run it, you need to run the Contacts App API in the port 5050, or modify the dev script on package json to allow connect to another port.
If you are already running the API follow the steps below:
- Install dependencies
npm i
- Now just run it with:
npm run dev
Now it is running!
To contribute to Contacts App, follow these steps:
- Fork this repository.
- Create a branch:
git checkout -b <branch_name>. - Make your changes and commit them:
git commit -m '<commit_message>' - Push to the original branch:
git push origin <project_name>/<location> - Create the pull request.
Alternatively see the GitHub documentation on creating a pull request.
Thanks to the following people who have contributed to this project:
If you want to contact me you can reach me at nrestrepo.r05@gmail.com.
This project uses the following license: MIT.
