Table of Contents
SubHub is a comprehensive subscription management application designed to help users efficiently manage their subscriptions. It provides a user-oriented, versatile solution for organizing subscription services.
To get a local copy up and running follow these simple example steps.
- node
- npm
- golang
- Clone the repo
git clone https://github.com/pxs4528/SubHub
- Install NPM packages
cd frontend npm install npm run dev frontend server should start at localhost:3000
- Initialise Go
cd backend make dev backend server should start at localhost:8080
2023-12-10.03-36-48.mov
- feat: Login/ Signup
- feat: 2fa
- feat: Creating, Editing, Deleting Subscription
- feat: converting to Progressive web app next-pwa
- feat: Responsive Design
- feat: Dashboard action center with visualisations (d3.js)
- feat: PDF Parser
See the open issues for a full list of proposed features (and known issues).
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. Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.