/contact-list

Primary LanguageTypeScript

Contact List:

See the project on production: https://jonatasoc-contact-list.netlify.app/



📌 Table of Contents


ℹ️ About

A simple contact list using localStorage to store users data.

🚀 Features

  • List contacts
  • Edit contact
  • See contact details
  • Delete contact
  • Save user data and photo on localStorage

⭐ Technologies

Frontend
Typescript
React
React Hooks
React Router DOM
Context API
styled-components
Material-UI
react-icons
SweetAlert2

👷 Installation

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

🏃 Getting Started

After that, run the following command in order to start the application in a development environment:

yarn start

📕 License

Released in 2021 This project is under the MIT license