https://github.com/eftekin/javaoop101
☕ This repository tracks my Java journey, including my progress in learning Java on Codecademy and my lab assignments for the Object-Oriented Programming (OOP) course. Feel free to explore the code!
https://github.com/eftekin/javaoop101
Last synced: over 1 year ago
JSON representation
☕ This repository tracks my Java journey, including my progress in learning Java on Codecademy and my lab assignments for the Object-Oriented Programming (OOP) course. Feel free to explore the code!
- Host: GitHub
- URL: https://github.com/eftekin/javaoop101
- Owner: eftekin
- Created: 2023-11-16T20:09:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-23T08:13:10.000Z (about 2 years ago)
- Last Synced: 2024-05-23T09:26:44.813Z (about 2 years ago)
- Language: Java
- Homepage:
- Size: 67.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Java Object-Oriented Programming (OOP) Journey ☕️
This repository contains my progress and lab assignments for the Codecademy Learn Java and Object-Oriented Programming (OOP) courses. I am using this repository to track my learning journey and share my code with others who may find it helpful.
## Courses Included
- [Learn Java](https://www.codecademy.com/learn/learn-java)
- [Object-Oriented Programming (OOP)](https://github.com/eftekin/javaOOP101/tree/main/oop-labs)
## Folder Structure
- `learn-java`: Contains my progress and exercises from the Learn Java course.
- `oop-labs`: Contains my lab assignments and projects from the OOP course.
Feel free to explore the code and use it as a reference for your own learning journey. If you have any suggestions or improvements, please feel free to open an issue or submit a pull request. Happy coding!