Simple application to manage contacts.
Table of Contents
The screens and features are described below:
-
Contact List: list all contacts, double click to open modal with information to edit or delete.
-
Modal: fill in the contact information, if you select a country other than Brazil the zip code (CEP) field is excluded
Technologies used in the project.
Used Via CEP to fetch address data.
Used SASS because it is an excellent tool for cross-browser and also for CSS development productivity.
In conjunction with SASS, the BEM architecture was also used, for organizing and naming CSS classes
Iconify Design(my favorite icon library), with it you can use multiple sets of icons in one place.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Silas Rodrigues - @jinuye1 - silasrodrigues.fatec@gmail.com
Project Link: https://github.com/SilasRodrigues19/ContactBook
🔼 Back to top