https://github.com/deadislove/public_projects_go
Project by go.
https://github.com/deadislove/public_projects_go
go golang
Last synced: 2 months ago
JSON representation
Project by go.
- Host: GitHub
- URL: https://github.com/deadislove/public_projects_go
- Owner: deadislove
- Created: 2024-12-04T11:53:48.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-04T12:21:58.000Z (6 months ago)
- Last Synced: 2025-03-27T10:14:41.518Z (2 months ago)
- Topics: go, golang
- Language: Go
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project by Go
## Project Item
- CLI Calculator [ :heavy_check_mark: ]
- To-do List Applicatin [ :heavy_check_mark: ]
- URL Shortener [ :heavy_check_mark: ]
- Weather CLI App [ :heavy_check_mark: ]
- Simple Banking System [ :heavy_check_mark: ]
- Markdown to HTML Converter [ :heavy_check_mark: ]
- File Organizer [ :heavy_check_mark: ]
- Simple HTTP Server [ :heavy_check_mark: ]
- JSON Data Processor [ :heavy_check_mark: ]
- Password Generator [ :heavy_check_mark: ]
- Number Guessing Game: Embracing Randomness and User Input [ :heavy_check_mark: ]
- Weather Application: Fetching External Data with GoLang
- Chat Application: Networking in GoLang
- Personal Blog Website: Building a Dynamic Web Application
- File Encryption and Decryption: Exploring Data Security in GoLang
- Music Player: Building a Multimedia Application
- Currency Converter: Understanding API Integration in GoLang
- Space Invaders Game: Exploring Graphics and Game Development> [!NOTE]
> - Number Guessing Game: Embracing Randomness and User Input
>
> Project name: Number_Guessing_Game1## Create initial project
- Step 1```
go mod init {app_project_name}
```### Reference
- [Top 10 GoLang Projects Ideas for Beginners in 2024](https://www.geeksforgeeks.org/golang-projects-ideas-for-beginners/])