Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mar-alv/ignite-contact-list-python
- Owner: mar-alv
- Created: 2024-10-27T16:52:37.000Z (19 days ago)
- Default Branch: main
- Last Pushed: 2024-10-27T18:08:39.000Z (19 days ago)
- Last Synced: 2024-10-27T20:32:11.916Z (19 days ago)
- Topics: crud, python, python3
- Language: Python
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
### π License
Licensed under [MIT](./LICENSE)