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

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.

Awesome Lists containing this project

README

          

File Handler 2.0


🚀 Done 🚀


Repository size

GitHub last commit

License

---

## 📋 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/)