/roadmap_sh-backend-projects

roadmap.sh Backend projects

Primary LanguageRubyMIT LicenseMIT

roadmap Backend Projects

This repository contains all the projects from roadmap.sh's backend projects.

Challenges

*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