catherineisonline / expenseless

Expenseless helps you to manage your money and track all your income & expenses effortlessly to reach your financial goals faster | Voyage-41 | https://chingu.io/ [ARCHIVED]

Home Page:https://expenseless-app.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expenseless

Overview

Expenseless is a web application that helps people to manage their money and track all their income & expenses effortlessly to reach their financial goals faster

Deployed Application: http://expenseless.vercel.app

Expenseless-cover

Features

  • Landing page that contains information about the app.
  • Abitilty to Create an account and login.
  • Dashboard to view current balance, statistics, expenses, incomes and more.
  • Adding bank accounts and have separate cards.
  • Ability to create, edit and delete Categories.
  • Ability to add, edit, and delete Expenses or incomes.
  • Categorize expenses and incomes.
  • Statistics and graphs to show expenses and incomes by month or category.

Running the project

🛠 set-up

1- Install the dependencies

npm install 

2-Start the development server

npm start

🚀 build and run for production Generate a full static production build

npm run build

Dependencies

Recources

Registered Users

We have set up a number of users to demo the app more convincingly. They are listed below:

username:Nawal
password:123456
-
username:Catherine
password:123456

These are only the pre-existing default accounts; users are also able to create their own accounts!

Project Structure

  • assets: images, documents, fonts, etc
  • components: separate components which can be used in many places. For example, a button component which will be same in many places but can conditionally change its functionality depending where it it.
  • core-ui: the root CSS files for reset, styles and variables and so on
  • data: should consist of json files or similar which contain data
  • helpers: almost same as component folder but when they have even smaller functionality and don't chnage conditionality like buttons. They kind of help with the functionality, for example, scroll to top button which available everywhere.
  • routes: here we have components that represent a separate route/page. Inside of each of them is respective components and CSS

Contributors

This project was jointly created by @catherineisonline and @NawalKH

About

Expenseless helps you to manage your money and track all your income & expenses effortlessly to reach your financial goals faster | Voyage-41 | https://chingu.io/ [ARCHIVED]

https://expenseless-app.vercel.app/

License:MIT License


Languages

Language:JavaScript 68.2%Language:CSS 31.6%Language:HTML 0.2%