Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zyx-0314/file-handling-activity-cp3-feutech


https://github.com/zyx-0314/file-handling-activity-cp3-feutech

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# File-Handling-Activity-CP3-FEUTECH





Nyebe

File Handling of Students Scores




Manage students' scores through file handling.


![](https://visit-counter.vercel.app/counter.png?page=zyx-0314/File-Handling-Activity-CP3-FEUTECH)

---




Table of Contents



  1. Project Overview


  2. Versions


    1. Version 1




  3. Contribution




---

## Project Overview

This project focuses on managing students' scores through file handling techniques. It allows for the manipulation and storage of student data in files, facilitating easy access and manipulation of scores.


(back to top)

---

## Versions

This project has different versions aimed at enhancing its functionality and usability.

---

### Base Project - 1.0.2
Has LinkedList with FIFO concept applied, can store data and retrievable.

#### Features
- Store Student Data
- Traverse Student Data
- Save Permanent File
- Retrieve Permanent File


---

### 1.1.0
Has LinkedList with FIFO concept applied, can store data and retrievable.

#### Features
- Store Student Data
- Traverse Student Data
- Save Permanent File
- Retrieve Permanent File
- Option to Create Custom Named File


(back to top)

---

## Contribute

**How to Contribute**



  1. Fork the repository.


  2. Create a new branch (git checkout -b feature/contribution).


  3. Make changes and commit them (git commit -am 'Add some contribution').


  4. Push to the branch (git push origin feature/contribution).


  5. Create a new Pull Request.


  6. (back to top)