Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

1️⃣ video demonstration

https://drive.google.com/file/d/1W_7SzCvgRPH7MC1utp_C8rhqN4UDTx94/view?usp=sharing

1️⃣ Document Class

The Document class holds basic details about a document. It has two fields: name and content.

2️⃣ Feedback Class

This class lets students provide feedback. Feedback can be created directly with a message and name or interactively by typing a message during runtime.

3️⃣ Project Class

Helps students start a new project by entering a title and description. It shows a success message with project details after creation.

4️⃣ StudentClass

Represents a student with an ID, name, and password. It supports login and logout with printed messages for confirmation.

5️⃣ StudentStorage

Saves student data to a file named students.txt and can load the list of students from that file. Each student's info is saved on a new line.

✅ How to Run This Java Project

  1. Make sure Java is installed on your system (check using java -version).
  2. Save each Java class in the student package inside separate .java files (e.g., Document.java, Feedback.java, etc.).
  3. Open your terminal and navigate to the folder where your files are saved.
  4. Compile the code using: javac student/*.java
  5. Create a Main.java file with a main method to test your classes.
  6. Run the program using: java student.Main

Tip: You can also test each class by adding main methods temporarily in the classes themselves.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages