- This repo is the frontend part of a project called MyContacts done during the JStack course where the goal is to have an app to manage contacts.
- If you want to see the api development click here
- NodeJS
To install and run this project you should tun the commands below:
- Clone this repo
git clone [email protected]:galleonpt/my-contacts-fe.git
- Navigate to the project directory
cd my-contacts-fe
- Install the dependencies
npm install
- Start the app
npm run start
- List contacts
- Create contact
- Edit contact
- Delete contact
This project is finished but if you would like to contribute you can always clone it and open a pull request.
This project is licensed under the MIT License.