Skip to content

aprizaprasetio/ap-atelieur

Repository files navigation

Welcome to Atelieur

This is a web application built with React, Vite, Typescript and SWC. This project is develop to facilitate MSME business.

Depedencies

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.

Setup

Development

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

Firebase Configuration

Also you can setup your own firebase on the configuration file at src/config/firebaseConfig.ts

Production

You can read the official Vite documentation for that.

Features

  • Authentication
  • Record spending and income note (Coming soon)
  • Display record with chart (Coming soon)
  • Profile manager (Coming soon)