Skip to content

Goinza/Academic-Projects

Repository files navigation

Academic Projects

A repository containing some of the projects developed during my university studies.

List of projects

  • ADT Priority Queue in C: a small program written in C that implements a priority queue using a binary heap.

  • Board Bound: Board game reviews. A React-based website for board game reviews. It displays a collection of board games, allowing users to view details and add, edit, or remove reviews. As the database is not persistent, reviews are stored only temporarily until the server resets.
    Live demo: https://react-express-arias-denis.onrender.com/

  • Darklight Market: A website that simulates a card store for the trading card game Magic: The Gathering. It is built with Next.js and PostgreSQL, using external APIs for card data (Scryfall), AI-generated card reviews (GeminiAI) and payment processing (MercadoPago).
    Live demo: https://proyecto-nextjs-arias-denis.vercel.app/

  • MiniJava Compiler: a compiler written in Java for MiniJava, a theoretical simplified language.

  • Notes App: A simple full-stack notes web application built with Node.js, Express and SQLite. It supports creating, editing, deleting, archiving notes, applying categories, and filtering notes by category.

  • Video Game Info Catalog: a Java app that uses the Wikipedia API to fetch articles about video games. The goal of this project was to reinforce OOP concepts, including the MVP architectural pattern and the SOLID principles.

About

A repository containing some of the projects developed during my university studies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors