See the project on production: https://jonatasoc-contact-list.netlify.app/
A simple contact list using localStorage to store users data.
- List contacts
- Edit contact
- See contact details
- Delete contact
- Save user data and photo on localStorage
Frontend |
---|
Typescript |
React |
React Hooks |
React Router DOM |
Context API |
styled-components |
Material-UI |
react-icons |
SweetAlert2 |
You need to install Node.js and Yarn first, then in order to clone the project via HTTPS, run this command:
git clone https://github.com/jonatasoc/contact-list.git
SSH URLs provide access to a Git repository via SSH, a secure protocol. If you have a SSH key registered in your Github account, clone the project using this command:
git@github.com:jonatasoc/contact-list.git
Install dependencies
yarn
After that, run the following command in order to start the application in a development environment:
yarn start
Released in 2021 This project is under the MIT license