Skip to content

"Household accounts" app provides managing and coordinating assets across accounts at the household level.

Notifications You must be signed in to change notification settings

congmul/household-accounts-ui

Repository files navigation

Household Accounts UI

This repository contains the frontend built with Nextjs and Typescript.

Deployment Link

Overview

"Household accounts" app provides managing and coordinating assets across accounts at the household level.

Table of Contents

Installation

Usage

To run the app

npm run dev

This will start the application on 'http://localhost:3000'

Project Structure

household-accounts-UI/
  ├── app/ 
  │ ├── [lng]/                      # APP Routing
  │ │    ├── (calendar)/
  │ │    ├── login/
  │ │    └── app.tsx                # Entry point
  │ ├── lib/
  │ ├── login-process/
  │ └── ui/
  │      ├── sass/
  │      ├── shared-components/
  │      ├── calendar-page.tsx/
  │      ├── footer.tsx/
  │      └── header.tsx/
  ├── public/ 
  │ ├── assets/
  │ └── manifest.json
  ├── .env
  ├── middleware.ts
  ├── next.config.mjs
  ├── package.json
  ├── tailwind.config.ts
  ├── tsconfig.json
  └── vercel.json

Contributing

  1. Fort the repository.
  2. Create a new branch: git checkout -b feature/your-feautre-name on development branch.
  3. Whatever work you do, after it has been tested locally by hand and unit/integration tests, you will bump the major, minor, or patch versions of package.json file based on the scope of work completed. Rule of thumb is:
  • Breaking changes = bump major version
  • Additional feature(s) with no breaking changes = bump minor version
  • Chore or bug fix = bump patch version
  1. Make your changes an commit them: git commit -m 'Add some feature'
  2. Push to the branch: git push origin feature/your-feature-name
  3. Open a pull request.

About

"Household accounts" app provides managing and coordinating assets across accounts at the household level.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published