Skip to content

Commit

Permalink
docs: add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex4386 authored Mar 7, 2024
1 parent ea7ea69 commit a27f58e
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<h1 align="center">Java Programming</h1>
<p align="center">
<a href="https://github.com/Alex4386/java-programming/actions/workflows/ci.yml">
<img src="https://github.com/Alex4386/java-programming/actions/workflows/ci.yml/badge.svg" />
</a>
</p>

## Syllabus
* Subject Name: `Object-Oriented Programming`
* Subject Code: `14462_001`
* Lecturer: `Woongkee Loh`
* Goals:
- To understand object-oriented principles
- To strengthen programming ability by programing on many interesting topics
- To experience a broad range of programming areas including mobile programming
- To find information and solve problems by students

## Build Instructions
This repository utilizes Apache `maven` for managing project and importing dependencies.
In order to create reproducible builds, Please do the following:
1. Install JDK 1.8+
2. Install `maven` from [Apache Maven Project Page](https://maven.apache.org/download.cgi) and add to your `PATH` variable.
If you are using `IntelliJ`, Skip this step.
3. Clone this repository
4. Run `mvn package`.
5. The target `JAR` file is generated at `target/` directory.

## License
Not yet licensed.

0 comments on commit a27f58e

Please sign in to comment.