An open API service indexing awesome lists of open source software.

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.

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/])