Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

πŸ’³πŸ’Έ A simple budget manager web application using Angular@next and deployed to Netlify

Notifications You must be signed in to change notification settings

RinMinase/simple-budget-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Simple Budget Tracker

Netlify-Status Angular

Introduction

Add info here

Getting Started

Running the project

Installations Required:

  1. Clone the project, and copy the ENV template file to a new ENV file

    git clone https://github.com/RinMinase/simple-budget-tracker.git
    cd simple-budget-tracker
    cp .env.example .env
    
  2. Modify the created ENV file (.env) based on your Firebase configuration

  3. Install the dependencies then run the project

    yarn install
    yarn start
    
  4. Fire up your browser and go to localhost:3000

Building the project

Installations Required:

  1. Fire up your terminal inside the project folder.

  2. Build the project by running:

    yarn build
    

Directory Structure

.
β”œβ”€β”€ dist/                            # Compiled production code
β”œβ”€β”€ assets/                          # Project assets
β”œβ”€β”€ src/                             # Project source code
β”‚   β”œβ”€β”€ core/                        # Project-wide reusable classes
β”‚   β”œβ”€β”€ <module>/                    # Project modules and components
β”‚   β”‚   β”œβ”€β”€ <name>.component.html    # Component template
β”‚   β”‚   β”œβ”€β”€ <name>.component.scss    # Component stylesheet
β”‚   β”‚   β”œβ”€β”€ <name>.component.ts      # Module component
β”‚   β”‚   └── <name>.module.ts         # Module
β”‚   β”œβ”€β”€ app.module.ts                # Main project module and component
β”‚   β”œβ”€β”€ index.html                   # Main HTML file
β”‚   β”œβ”€β”€ index.scss                   # Main Stylesheet (SCSS) file
β”‚   └── index.ts                     # Main TypeScript file
β”œβ”€β”€ angular.json                     # Angular CLI configuration
β”œβ”€β”€ tsconfig.json                    # Main TypeScript configuration file
└── ...                              # Other project files

Built with

Deployed to

About

πŸ’³πŸ’Έ A simple budget manager web application using Angular@next and deployed to Netlify

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published