Skip to content

SilasRodrigues19/ContactBook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License


Logo

Contact Book

Simple application to manage contacts.

Table of Contents
  1. About The Project
  2. Contributing
  3. License
  4. Contact

About The Project


Add brazilian contact

Preview

Add non brazilian contact

Preview

Contact List

Preview

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

Built With

Technologies used in the project.

API

Used Via CEP to fetch address data.

Tools

Used SASS because it is an excellent tool for cross-browser and also for CSS development productivity.

Methodologies

In conjunction with SASS, the BEM architecture was also used, for organizing and naming CSS classes

Libraries / Plugins

Iconify Design(my favorite icon library), with it you can use multiple sets of icons in one place.

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Silas Rodrigues - @jinuye1 - silasrodrigues.fatec@gmail.com

Project Link: https://github.com/SilasRodrigues19/ContactBook



🔼 Back to top