This is a web application built with React, Vite, Typescript and SWC. This project is develop to facilitate MSME business.
Most of the components we use are from Material UI. For the backend, we use Firebase. And in the future, we will use Zustand as our state management.
You can clone or fork our repository and then install every depedencies. We do use npm as the package manager,.
npm install
After the installation finish, you can start development mode with :
npm run dev
and open http://localhost:5173
Also you can setup your own firebase on the configuration file at src/config/firebaseConfig.ts
You can read the official Vite documentation for that.
- Authentication
- Record spending and income note (Coming soon)
- Display record with chart (Coming soon)
- Profile manager (Coming soon)