Backend Projects by roadmap.sh
This repository contains a list of project solutions from the backend roadmap.
The projects are organized by difficulty level, ranging from beginner to intermediate and advanced.
- Task Tracker - CLI
sample solution for the task tracker challenge from roadmap.sh - Github User Activity - CLI
sample solution for the github user activity challenge from roadmap.sh - Expense Tracker - CLI
sample solution for the expense tracker challenge from roadmap.sh - Number Guessing Game - CLI
sample solution for the number guessing game challenge from roadmap.sh - Unit Converter - WebApp
sample solution for the unit converter from roadmap.sh - Personal Blog - WebApp
sample solution for the personal blog challenge from roadmap.sh - Blogging Platform API - API
sample solution for the blogging platform api from roadmap.sh - Todo List API - API
sample solution for the todolist api from roadmap.sh - Weather API - API
sample solution for the weather api from roadmap.sh - Expense Tracker API (coming soon) 🎉
- Caching Proxy (coming soon) 🎉
- Markdown Note-taking App (coming soon) 🎉
- URL Shortening Service (coming soon) 🎉
- Broadcast Server (coming soon) 🎉
- E-Commerce API (coming soon) 🎉
- Workout Tracker (coming soon) 🎉
- Image Processing Service (coming soon) 🎉
- Movie Reservation System (coming soon) 🎉
- Real-time Leaderboard (coming soon) 🎉
- Database Backup Utility (coming soon) 🎉
- Scalable E-Commerce Platform (coming soon) 🎉
We welcome contributions from everyone! Whether it is fixing bugs, adding new features, improving documentation, or providing suggestions, your help is greatly appreciated.
To contribute:
- Fork the repository
- Clone your fork repository to your local computer
- Create new branch for your feature, bugfix, etc
- Commit your changes using a descriptive message that follows the Conventional Commits
- Push your branch to your forked repository
- Submit a Pull Request with a detailed description of your changes
Please make sure your code follows the project's coding standards and includes appropriate tests when applicable.
Thank you for your contributions ❤️