https://github.com/nanafox/roadmap_sh-backend-projects
roadmap.sh Backend projects
https://github.com/nanafox/roadmap_sh-backend-projects
backend cli golang task-tracker
Last synced: 3 months ago
JSON representation
roadmap.sh Backend projects
- Host: GitHub
- URL: https://github.com/nanafox/roadmap_sh-backend-projects
- Owner: nanafox
- License: mit
- Created: 2024-11-17T02:15:38.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-02-17T23:24:24.000Z (3 months ago)
- Last Synced: 2025-02-18T00:24:54.148Z (3 months ago)
- Topics: backend, cli, golang, task-tracker
- Language: Go
- Homepage:
- Size: 144 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# roadmap Backend Projects
This repository contains all the projects from [roadmap.sh's backend projects](https://roadmap.sh/backend/projects).
## Challenges
- **[Task Tracker (Golang)](https://github.com/nanafox/roadmap_sh-backend-projects/tree/main/task-tracker)**
This is the solution for [roadmap.sh Task Tracker](https://roadmap.sh/projects/task-tracker)
challenge. The solution is written in Golang.- **[GitHub User Activity (Golang)](https://github.com/nanafox/roadmap_sh-backend-projects/tree/main/github-activity)**
This project uses the GitHub API to fetch user activity and display it in the
terminal.Find the [GitHub User Activity](https://roadmap.sh/projects/github-user-activity)
project on [roadmap.sh](https://roadmap.sh)- **[Expense Tracker (Golang)](https://github.com/nanafox/roadmap_sh-backend-projects/tree/main/expense-tracker)**
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](https://roadmap.sh/projects/expense-tracker)
project on [roadmap.sh](https://roadmap.sh)- **[Unit Converter Web App (Ruby on Rails)](https://github.com/nanafox/roadmap_sh-backend-projects/tree/main/unit-converter)**
This project is a simple web app for converting units of measurements.
Find the [Unit Converter Web App](https://roadmap.sh/projects/unit-converter)
project on [roadmap.sh](https://roadmap.sh)