/apartments-web-app

Track your apartments rents.

Primary LanguageTypeScript

Apartments Management

Track your apartments rents, income and expenses. It uses a REST API as backend.

Screenshots

Login Main Add Balance Add Flat Edit Lessee

Build

In order to build the project you need VS Code. Clone the repository and open the folder with VS Code. Then you can run the project with npm start or build with npm build.

Libraries Used

  • ReactJS used for the front end.
  • BlueprintJS used for the front end UI.
  • axios used for AJAX communication with REST API.