NotesApp is a full-stack application that allows users to create, edit, delete, archive, and list notes.
Visit Repository.
This application uses Ruby on Rails in API mode for the backend and React for the frontend. It fetches and persists seismic data from the USGS (earthquake.usgs.gov) and exposes three API endpoints for an external client to consume. A simple web page developed in React interacts with these endpoints.
Visit Repository.
The goal of this project is to demonstrate how an exam platform could be implemented to help people practice for university entrance exams. The platform is based on a web application that allows collaborators (people authorized by the administrator) to create questions and explanations for the exams, and students to practice the exams and check their results. It also provides information about the universities and the exams.
Visit Repository.
The Energy Consumption Calculator is a Python-based tool that allows users to measure the energy consumption of a specified application over a defined duration.
Visit Repository.