This web app allows users to keep track of their finances in form of logs. Thy can manage invoices and payouts from a single page. It also uses a currency API to allow users from different regions to use their local currency.
Inkspill is a platform for users to create readme files in markdown in seconds using genrative AI.
- Typescript
- Currency API
- HTML
- CSS
You need to have Node.js you can install it here.
Make sure you have typescript installed in your computer, to check run:
tsc --versionIf you don’t see a version number, run to install typescript:
npm install -g typescriptin the projects root directory, run to start the ts compiler:
tsc -wGo life, and that’s it 🚀.
- Easily add Invoices and Payouts with Neat UI
- Theming (Dark, Light and Modular)
- Switch bwtween Currencies
- View Realtime currency rating
- User Data Storage
It’s pretty easy to use, just visit the Flog website
This projects has different phases:
- Build basic application functionality in Typescript.
- UI/UX Design & Code the UI
- Add Data Storage and Theming
- Integrate Currency API
- Deploy
- Updates and Maintenance
By all means, we would be pleased to have contributors, and there are no requirements for now. Just bring whatever value.
- Fork this repository;
- Create a branch with your feature:
git checkout -b my-feature; - Commit your changes:
git commit -m "feat: my new feature"; - Push to your branch:
git push origin my-feature.
Once your pull request has been merged, you can delete your branch.
Phase: The project has being deployed 🚀. We are at phase 6.
It is been maintained by preciousnwaoha.
Pending Update: Cashflow visualization.
This app was inspired by the NetNinja’s typescript course.
Contributors:
| Name | Role | Github |
|---|---|---|
| Nwaoha Precious | Every Part | https://github.com/preciousnwaoha |
MIT
