A simple and efficient web app designed to help small business owners and entrepreneurs manage their bookkeeping with ease.
You can record product sales, monitor profits, and track inventory — all in one place.
This project is currently in active development.
Features, design, and functionality are being built and improved continuously.
Follow along on my LinkedIn for progress updates and insights.
- Simple, clean interface for everyday bookkeeping
- Record and manage product sales
- Track key metrics like total profits and remaining stock
- View summaries and insights at a glance
- Dashboard analytics and charts
- Login and authentication system
- Data persistence with database integration
- Customer and supplier management
- Expense tracking and reports
- Frontend: Vanilla HTML, CSS and JavaScript
- Backend: Node.js, Express.js
- Version Control: Git & GitHub
- Deployment: GitHub Pages (for live demo during development)
The app is currently hosted on GitHub Pages for demo and feedback purposes.
Check it out here: View Live Demo. Currently to be viewed on mobile devices.
If you want to clone and run this project locally:
# Clone the repository
git clone https://github.com/ElijahGbogbo/BookeepR.git
# Navigate into the project folder
cd BookeepR
# Open the Register.html file in your browserSuggestions, ideas, and feedback are welcome! Feel free to open an issue or submit a pull request to improve the project.
If you’d like to help improve this project, please follow these steps:
-
Fork the repository
-
Create a new branch for your feature or fix
git checkout -b feature-name
-
Commit your changes
git commit -m "Add a short description of your changes" -
Push to your branch
git push origin feature-name
-
Open a Pull Request and describe your contribution clearly
Please make sure your code follows the project’s coding style and passes all necessary tests before submitting a PR.
This project is licensed under the MIT License.
Thanks for checking out my project! I’m documenting my full development journey — from design to deployment — to share what I learn and inspire others building their first web apps