Kapusta React Client is the frontend interface for the Kapusta financial management application. With this application, users can efficiently manage their finances, track expenses and income, set budgets, and gain insights into their spending habits.
Kapusta provides a user-friendly interface where users can:
[!NOTE]
Please be aware that the server responses may experience delays of 50 seconds or more due to inactivity.
The backend server for Kapusta is available at kapusta-nodejs-server. It is built with Node.js, Express.js, and MongoDB, providing the necessary API endpoints for the frontend client.
Clone the repository:
git clone https://github.com/valik3201/kapusta-react-client.git
cd kapusta-react-client
Install the dependencies:
npm install
Start the development server:
npm run dev
The frontend client can be deployed using Vercel or any other hosting platform of your choice.
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".
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Don't forget to give the project a star! Thanks again!