https://github.com/henriquemarquesdev/file-handler-02
Software developed with C.
https://github.com/henriquemarquesdev/file-handler-02
c
Last synced: 4 months ago
JSON representation
Software developed with C.
- Host: GitHub
- URL: https://github.com/henriquemarquesdev/file-handler-02
- Owner: henriquemarquesdev
- License: mit
- Created: 2021-05-31T18:09:12.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-14T21:35:08.000Z (over 3 years ago)
- Last Synced: 2025-04-23T18:47:38.985Z (about 1 year ago)
- Topics: c
- Language: C
- Homepage:
- Size: 300 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
File Handler 2.0
🚀 Done 🚀
---
## 📋 About
File handler, using struct. College Challenge 2.0.
---
## ⚙️ Features
- [x] Add data.
- [x] List data.
- [x] List data by price range.
- [x] Search data by name.
- [x] Search data by expiration date.
- [x] Edit data name.
- [x] Edit amount of data.
- [x] Edit data price.
- [x] Delete data.
- [x] Exit the program.
---
## 📂 How to run this project
To clone and run this app, you will need to [Git](https://git-scm.com).
### 🌀 Cloning the repository
```bash
# Clone this repository
$ git clone https://github.com/HMDarkFir3/file-handler-02.git
# Access the project folder in the terminal/cmd
$ cd file-handler-02
```
## 🚀 Technologies Used
The project was developed using the following technologies:
- [C](https://docs.microsoft.com/pt-br/cpp/?view=msvc-160)
---
## 💪 How to contribute to the project
1. Make a **fork** of the project.
2. Create a new branch with your changes: `git checkout -b my-feature`
3. Save the changes and create a commit message telling you what you've done: `git commit -m "feature: My new feature"`
4. Submit your changes: `git push origin my-feature`
> If you have any questions check out this [guide on how to contribute to GitHub](https://github.com/firstcontributions/first-contributions)
---
## 🧑 Authors
Henrique Luís Oliveira Marques
---
Vinícius Andrade
---
## 📝 License
This project is under the MIT license. See the [LICENSE](./LICENSE) to learn more.
👋🏽 [Get in touch! - Henrique](https://www.linkedin.com/in/henrique-luís-oliveira-marques-3406361a7/)
👋🏽 [Get in touch! - Vinícius](https://www.linkedin.com/in/vinícius-andrade-a671491b3/)