Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mar-alv/ignite-contact-list-python

1st Python challenge of Ignite, Rocketseat's programming course, a console application to save, edit, delete and favorite your contacts
https://github.com/mar-alv/ignite-contact-list-python

crud python python3

Last synced: 3 days ago
JSON representation

1st Python challenge of Ignite, Rocketseat's programming course, a console application to save, edit, delete and favorite your contacts

Awesome Lists containing this project

README

        

#

🚧 Ignite Contact List Python in progress... 🚧

[![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)

[πŸ‡΅πŸ‡Ή PortuguΓͺs](./docs/README-pt.md)

## πŸ“š Summary
- [❕ About](#about)
- [πŸ“– Instructions](#instructions)
- [πŸ“₯ Install](#install)
- [πŸš€ Run Locally](#locally)
- [πŸ“‚ Structure](#structure)
- [🧰 Technologies](#technologies)
- [πŸ“Έ Screenshots and πŸŽ₯ Recordings](#screenshots-prints)
- [πŸ‘€ Author](#author)
- [πŸ“„ License](#license)

### ❕ About
This is my implementation of the 1ΒΊ challenge from the of Python module of [Ignite](https://app.rocketseat.com.br/journey/python/contents), an intermediate and advanced course in various programming languages and technologies offered by [Rocketseat](https://www.rocketseat.com.br/). A contact list where you can save, edit, delete and favorite your contacts.

### πŸ“– Instructions
#### πŸ“₯ Install
Paste this 1ΒΊ command into a terminal opened within a folder of your preference to clone the project
```sh
git clone https://github.com/mar-alv/ignite-contact-list-python.git
```

#### πŸš€ Run Locally
Paste the command into a terminal, the application will run in it
```sh
python3 menu.py
```

### πŸ“‚ Structure
```
β”‚ .github/
β”‚ └── ...
β”‚ options/
β”‚ └── ...
β”‚ └── ...
```

### 🧰 Technologies
[![Python](https://img.shields.io/badge/Python-3776AB?style=for-the-badge&logo=python&logoColor=white)](https://www.python.org/)

### πŸ“Έ Screenshots and πŸŽ₯ Recordings

![recording](./.github/recording.gif)

Recording covering all menu options

### πŸ‘€ Author


Marcelo Alvarez GitHub profile picture

Marcelo Alvarez


Front-end Developer

"Some AI generated funny quote here πŸ˜—"


LinkedIn


Portfolio


### πŸ“„ License
Licensed under [MIT](./LICENSE)