Want to have an organized project jump in with ProjectByte!
Report Bug •
Request Feature
ProjectByte is an open source piece of software that helps organizes your ideas and projects into one central location. As of v0.1.1 ProjectByte has nice looking display to keep your project up to date and maybe even finish early.
ProjectBtye Has:
- Todo List
- Milestone with Todo List integration
- Quick Access Links
- Quick Access Colors
- Notes
- ProjectAI - with the use of ChatGPT API
This is a passion project for me as I love to work on different projects and sometimes life gets a little busy and ProjectByte will help keep mine and your life organized.
This section includes all of the major library that are used and aid in the creation of ProjectByte as of v0.1.1
ProjectByte is an open piece of software so you are able to host your own instance of ProjectByte on your own computer! Follow these steps to add ProjectByte to your computer.
You will need to make sure that you have at least version 10.9.2 of npm and Node v22.14.0. It can work on other but this is by my dev environment.
-
npm
npm install npm@latest -g
Below is an example of how to get started with ProjectByte!
-
Get ChatGPT API token at https://openai.com/api/
-
Clone the repo
git clone https://github.com/Mason-Dino/ProjectByte.git -
Install NPM packages
npm install -
Start the application with
npm start -
Go to settings and put the Token in dedicated area.
v0.2.0 - Project Settings
- Edit Project Name
- Change the Icon
- Edit Project Display:
table.html/table.js - Delete Chat history
- Delete Milestone
- Delete Colors
- Delete Links
- Add chat history to ProjectAI
- Press Enter for ProjectAI
- Add errors for ProjectAI
- Fix issues with after colors add
v0.3.0 - Global Features
- ProjectAI
- Notes
- Ideas
- Allow users to think of project ideas
- Add mini notes for each idea to expand based off of that idea
- Add error codes for making ideas
- add error codes for deleting ideas
- add error codes for loading idea notes
- add error code for making subideas
- add error code for deleting subidea
- Allow user to edit idea names
- add error code for editing idea name
- add placeholders everywhere!
- Project Dashboard * [x] Todo * [x] Milestone * [x] Link * [x] ProjectAI
- Ideas
- ProjectAI
- Focus when opening up a add element
- Project Dashboard * [x] Todo * [x] Milestone * [x] Link * [x] ProjectAI
- Notes
- Ideas
- ProjectAI
- add error codes for saving idea notes
- Add recent project on home screen
- Add button to view chat history
- Display project on
index.htmlbased off activity
v1.0.0 - Global Settings - Project is ready to be released!
- Delete Project
- Archive Project
- Open Archive Project
- Reset buttons for Ideas, ProjectAI, and Notes
- Info
- Info about ProjectByte and my info.
- Remove console.logs()
- Error codes
- Delete Project
- Archive Project
- Restore Project
- Open Project
- none selected
- idea reset
- delete chat history
- disable projectAI
See the open issues for a full list of proposed features (and known issues).
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!
- 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 MIT License for more information.
Mason - Main Developer - mason.n.dinosaur@gamil.com
Project Link: https://github.com/Mason-Dino/ProjectByte

