Giter VIP home page Giter VIP logo

fcf-hackathon's Introduction

Track Finance App

Description

Video walkthrough (click the image):

screencapture.mp4

This is a JavaScript App for tracking the finances.

App has following functionality:

  1. Registration. Registers new user in an application.

  2. Authorization. Authorizes user in an application.

  3. Log Out. Logs out user from an application.

  4. Creating account.

  5. Deleting account.

  6. Creating a transactions.

  7. Deleting transactions.

How to start

To start an app the local server needed "http://localhost:8000". How to run local server

To run server use the following command npm run start. In this case the server runs using nodemon starting the file index.js

While connected to local server the working directory is public/js.

Files structure:

  • js/
    • api/ (connection with server, API requests)
      • Account.js (manage the accounts)
      • createRequest.js (API requests, responses)
      • Entity.js (Basic class for accounts, users ΠΈ incomes/expenses)
      • Transaction.js (manages income and expenses)
      • User.js (registration/authorization/logging in)
    • ui/
      • forms/ (app forms)
        • AsyncForm.js (Basic class for all form. Uses mostly for modal windows)
        • CreateAccountForm.js (form for creating a new account)
        • CreateTransactionForm.js (form for creating a new income/expense)
        • LoginForm.js (log in form)
        • RegisterForm.js (registration form)
      • pages/ (app pages)
        • TransactionPage.js (page of transactions of particular account)
      • widgets/
        • AccountsWidget.js (widget for managing accounts)
        • TransactionsWidget.js (widget for managing transactions)
        • UserWidget.js (widget for current user)
      • Modal.js (basic class for all modal windows)
      • Sidebar.js (class for side window)
    • App.js (App class)

fcf-hackathon's People

Contributors

jatin0101 avatar anastasialunina avatar vivek79781 avatar umang-singla avatar imgbotapp avatar

Watchers

Utsav avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.