There are 0 repository under roadmap-project topic.
Backend projects based on roadmap.sh
This roadmap planner allows users to dynamically add, edit, and track goals, milestones, and events directly through an intuitive interface. Unlike static roadmaps that require manual HTML updates, this project offers real-time editing and saves progress using cookies for persistent data storage.
Emergent Necessity Theory (ENT) - Full Dissemination Bundle.
This repository contains how to create your own ai roadmap generator documentation
Roadmap Projects Repository: A collection of projects I’ve built by following the guides and learning paths from roadmap.sh
Roadmap.sh Projects | GitHub API Client | C++
MIRROR - get it on CODEBERG: Collection of my solutions to the guided roadmap.sh projects
This single-page website includes: A 10-month study plan (April 2025 - Feb 2026) tailored for working students (2 hrs weekdays, 8 hrs weekends). Subject-wise tracker with progress bars, daily schedule, and weekly goals. Curated free resources (NPTEL, Khan Academy, etc.) no cost, all India-accessible. A countdown to GATE 2026,
Task Tracker CLI adalah aplikasi command line yang dirancang untuk membantu pengguna dalam melacak dan mengelola tugas-tugas secara efisien.
This project is built following the instructions from https://roadmap.sh/projects/github-random-repo
Build a caching server that caches responses from other servers.
This project involves creating a backend system for a workout tracker application where users can sign up, log in, create workout plans, and track their progress. The system will feature JWT authentication, CRUD operations for workouts, and generate reports on past workouts.
A simple command-line Expense Tracker built with Python. Easily add, update, delete, list, and summarize your expenses, all stored in a JSON file. Inspired by the roadmap.sh Expense Tracker project.
A simple CLI game where you guess a randomly generated number, with multiple difficulty levels.
A simple command-line tool to add, update, delete, and list your daily tasks, helping you stay organized from your terminal.
A task tracker app to record your work with its status by using marks instead of status notes.
Repository for Projects from roadmap.sh
Single page HTML CV for Roadmap.sh Frontend Roadmap Project
Roadmap.sh projects | Expense Tracker
Roadmap.sh projects | Number Guessing Game
Your interactive guide to mastering Flutter development. Track your progress and learn at your own pace.
https://roadmap.sh/projects/single-page-cv/solutions?u=670a3c61791f57dd60679456
Frontend Projects ideas from Roadmap.sh from beginner to advanced in Frontend
Implementation of Task Tracker CLI project from backend developer roadmap projects.
A simple command-line task manager written in Python. Add, list, update, and delete tasks stored locally in a JSON file.
Simple Task tracker in CLI
The Temperature Converter is a web app for converting temperatures between Celsius, Fahrenheit, and Kelvin. It practices DOM manipulation, form handling, and basic JavaScript calculations. The “Convert” button activates once all fields are filled, providing instant results.