Giter Site home page Giter Site logo

niuguy / gocontrib Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 770 KB

GoContrib: A web app designed to help open source contributors easily add issues to a task board and keep track of their progress.

License: MIT License

Go 35.61% JavaScript 0.75% HTML 0.63% TypeScript 60.95% Makefile 0.30% Dockerfile 1.76%
contribution go joyui react

gocontrib's Introduction

GoContrib

GoContrib is a web app built for contributors to manage their contributions to any github repository.

GoContrib.mp4

features:

  • Search & explore github repositories
  • Set up quick access to your favorite repos
  • Add any issue to your task board
  • Manage task status and add notes

How to run

Using docker

Make sure you have docker and docker-compose installed, then add your github token to the docker-compose.yml file and run docker-compose up

You can then check the app at http://localhost:8080, the databse will be at the path you specified in the docker-compose.yml file.

Using local environment

Make sure you have golang and pnpm(you can replace with npm) installed, then

  • Clone the repo
  • Get a github token with repo scopes and set it as GITHUB_TOKEN environment variable.
  • Build the frontend by running make ui
  • Run the server by running make run

You can then check the app at http://localhost:8080, the databse will be at your home path under ~/.contrib

Built with

  • Golang
  • Reactjs + Typescript
  • Github api
  • Sqlite
  • Material Joy UI

For development

  • Start the api server by running make run
  • Start the frontend server(vite) by running make ui-run

Go to http://localhost:4573 to see the app running with hot reload enabled (thanks to vite)

Contribution

As you can tell from the name ;)s contributions are warmly welcome! feel free to open an issue or submit pull request.

gocontrib's People

Contributors

niuguy avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.