https://github.com/carter907/go-solve
go-solve is a programming puzzle website for solving programming problems.
https://github.com/carter907/go-solve
ace-editor codingbat docker-sdk htmx practice-programming
Last synced: 4 days ago
JSON representation
go-solve is a programming puzzle website for solving programming problems.
- Host: GitHub
- URL: https://github.com/carter907/go-solve
- Owner: Carter907
- License: gpl-3.0
- Created: 2024-07-06T18:26:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-29T22:00:17.000Z (about 1 year ago)
- Last Synced: 2025-03-29T23:18:17.534Z (about 1 year ago)
- Topics: ace-editor, codingbat, docker-sdk, htmx, practice-programming
- Language: Go
- Homepage: https://go-solve.onrender.com/
- Size: 93.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: security/hash.go
Awesome Lists containing this project
README
## Go Solve!

Table of Contents
## About The Project
Go solve is a programming practice website for golang. Solve basic programming problems with a wide breadth of different categorizations and difficulty. Problems are called tasks.
Go-solve was highly influenced by the coding practice website [codingbat.com](https://codingbat.com) which only supports Java and Python. Once this project is done, I plan to create a fork of it for other languages.
Golang was chosen for it's simplicity and ease of use.
## Getting Started
To get a local copy up and running follow these simple steps.
### Prerequisites
- Go 1.24 installed
### Installation
Clone the repo
```sh
git clone https://github.com/Carter907/go-solve.git
```
## Usage
Run the server locally
```sh
go run main.go
```
## Roadmap
- [ ] Finish sign up page
- [ ] Add Log in logic
- [ ] Add logic for task completed
- [ ] set up rdbms or nosql db
- [ ] Add Docker for containerized testing
- [ ] Add User Management System
- [ ] Add database for Task info
- [ ] Add database for user login info
See the [open issues](https://github.com/Carter907/go-solve/issues) for a full list of proposed features (and known issues).
## Contributing
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'feat: amazing feature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request
## License
Distributed under the GPL-3 License. See `LICENSE.txt` for more information.
## Contact
Project Link: [https://github.com/Carter907/go-solve](https://github.com/Carter907/go-solve)
## Acknowledgments
* [Golang HTML template docs](https://pkg.go.dev/html/template)
* [Go Web Examples](https://gowebexamples.com/)
* [Go Docker Build Tutorial](https://docs.docker.com/guides/golang/build-images/)
* [go-patterns](https://github.com/tmrts/go-patterns/blob/master/creational/singleton.md)
[contributors-shield]: https://img.shields.io/github/contributors/othneildrew/Best-README-Template.svg?style=for-the-badge
[contributors-url]: https://github.com/othneildrew/Best-README-Template/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/othneildrew/Best-README-Template.svg?style=for-the-badge
[forks-url]: https://github.com/othneildrew/Best-README-Template/network/members
[stars-shield]: https://img.shields.io/github/stars/othneildrew/Best-README-Template.svg?style=for-the-badge
[stars-url]: https://github.com/othneildrew/Best-README-Template/stargazers
[issues-shield]: https://img.shields.io/github/issues/othneildrew/Best-README-Template.svg?style=for-the-badge
[issues-url]: https://github.com/othneildrew/Best-README-Template/issues
[license-shield]: https://img.shields.io/github/license/othneildrew/Best-README-Template.svg?style=for-the-badge
[license-url]: https://github.com/othneildrew/Best-README-Template/blob/master/LICENSE.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/othneildrew
[product-screenshot]: images/screenshot.png
[Next.js]: https://img.shields.io/badge/next.js-000000?style=for-the-badge&logo=nextdotjs&logoColor=white
[Next-url]: https://nextjs.org/
[React.js]: https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB
[React-url]: https://reactjs.org/
[Vue.js]: https://img.shields.io/badge/Vue.js-35495E?style=for-the-badge&logo=vuedotjs&logoColor=4FC08D
[Vue-url]: https://vuejs.org/
[Angular.io]: https://img.shields.io/badge/Angular-DD0031?style=for-the-badge&logo=angular&logoColor=white
[Angular-url]: https://angular.io/
[Svelte.dev]: https://img.shields.io/badge/Svelte-4A4A55?style=for-the-badge&logo=svelte&logoColor=FF3E00
[Svelte-url]: https://svelte.dev/
[Laravel.com]: https://img.shields.io/badge/Laravel-FF2D20?style=for-the-badge&logo=laravel&logoColor=white
[Laravel-url]: https://laravel.com
[Bootstrap.com]: https://img.shields.io/badge/Bootstrap-563D7C?style=for-the-badge&logo=bootstrap&logoColor=white
[Bootstrap-url]: https://getbootstrap.com
[JQuery.com]: https://img.shields.io/badge/jQuery-0769AD?style=for-the-badge&logo=jquery&logoColor=white
[JQuery-url]: https://jquery.com