This repository contains all the projects from roadmap.sh's backend projects.
-
This is the solution for the roadmap.sh Task Tracker challenge. The solution is written in Golang.
-
This project uses the GitHub API to fetch user activity and display it in the terminal.
Find the GitHub User Activity project on roadmap.sh
-
This project is a simple expense tracker application to manage your finances from the CLI. The application allows users to add, delete, and view their expenses. Also, it provides a summary of the expenses.
Find the Expense Tracker project on roadmap.sh
-
*Unit Converter Web App (Ruby on Rails) **
This project is a simple web app for converting units of measurements.
Find the Unit Converter Web App project on roadmap.sh
-
**Todo List API (Ruby on Rails) **
This project is a RESTful API for managing todo tasks built with Ruby on Rails. It includes user authentication using Rodauth and allows users to create, read, update, and delete tasks with different priorities and statuses.
Find the Todo List API project on roadmap.sh
-
[Number Guessing Game (Java)]
Simple number guessing game in Java. Find the Number Guessing Game