Complementary learning resources for the ICC490 Object-Oriented Programming course at UFRO.
This repository contains complementary educational material for the ICC490 Object-Oriented Programming course at UFRO.
The website provides organized resources to support learning Object-Oriented Programming concepts using Java as the teaching language. It serves as a reference for reviewing theory, examples, reports, and additional visual material.
- Java programming notes
- Practical examples
- Unit testing resources
- Error handling concepts
- File manipulation lessons
- Technical reports
- Supporting images
- PDF documents and infographics
- Astro - Web framework
- Starlight - Documentation framework
- JavaScript - Project configuration
- Markdown and MDX - Educational content
- Java - Programming language used to teach Object-Oriented Programming
Clone the repository:
git clone https://github.com/JessusTM/OOP.gitEnter the project directory:
cd OOPInstall the dependencies:
npm installStart the development server:
npm run devThe website will be available at http://localhost:4321.
| Command | Description |
|---|---|
npm run dev |
Start the local development server |
npm run build |
Build the production website |
npm run preview |
Preview the production build locally |
npm run astro |
Run Astro CLI commands |