Skip to content

Reach your goals faster with this health and productivity tool.

License

Notifications You must be signed in to change notification settings

raymondkneipp/bioboost-app

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Bioboost

BioBoost App

Reach your goals faster with this health and productivity tool.
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Roadmap
  4. Contributing
  5. License
  6. Contact
  7. Acknowledgments

About The Project

BioBoost App Screenshot

(back to top)

Built With

  • Next
  • React
  • Tailwind CSS
  • HeadlessUI
  • React Hook Form
  • Prisma
  • Railway
  • tRPC

(back to top)

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • npm

    npm install npm@latest -g
  • PostgreSQL database

Installation

  1. Clone the repo

    git clone https://github.com/raymondkneipp/bioboost-app.git
  2. Install NPM packages

    npm install
  3. Set up the Next Auth DiscordProvider

    • Head to the Applications section in the Discord Developer Portal, and click on “New Application”
    • In the settings menu, go to “OAuth2 => General”
    • Copy the Client ID and paste it in DISCORD_CLIENT_ID in .env.
    • Under Client Secret, click “Reset Secret” and copy that string to DISCORD_CLIENT_SECRET in .env. Be careful as you won’t be able to see this secret again, and resetting it will cause the existing one to expire.
    • Click “Add Redirect” and paste in <app url>/api/auth/callback/discord (example for local development: http://localhost:3000/api/auth/callback/discord)
    • Save your changes
  4. Set up Next Auth

    Set NEXTAUTH_SECRET in .env using output from openssl rand -base64 32

  5. Connect to Database

    Set DATABASE_URL in .env to the connection URL provided by your database provider.

  6. Push schema to database

    npx prisma db push
  7. Open Prisma Studio

    npx prisma studio
  8. Run the project

    npm run dev

(back to top)

Roadmap

  • Habit Stacks
    • Order habits
    • Frequency (weekly, on these days, etc.)
    • Time to begin / complete
  • Bad Habits
  • Goals
    • Short term goals (within 2 months)
    • Medium term goals (within 2 years)
    • Long term goals (2+ years)
    • SMART goals
  • Mood
    • "great", "good", "okay", "bad", "awful"
    • additional notes
  • Journal
    • 3 things to accomplish tomorrow
    • List things you are grateful for
    • Yearly, monthly self reflection journal
  • Water tracker
  • Weight tracker
  • Sleep tracker
    • No electronics past X
  • Caffeine tracker
    • No caffeine past X time
    • No more than X mg of caffeine per day
    • Feature to slowely taper down
  • Time boxing
  • Workout tracker
  • Cardio tracker
  • Meal tracker / meal planner
  • Breathing exercises
  • Meditation guides
  • Intermittent fasting
  • Stretching
    • Warm up / dynamic
    • Cool down / static
  • Whiteboard
    • A place to write down ideas

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

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 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Raymond Kneipp - @rfkquery - hello@raymondkneipp.com

Project Link: https://github.com/raymondkneipp/bioboost-app

(back to top)

Acknowledgments

(back to top)

About

Reach your goals faster with this health and productivity tool.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published