Git Product home page Git Product logo

moneycontrol's Introduction

Money Control

Simple application develop just to showcase some uses of React.

Main Functionalities:

  1. List Transactions
  2. Add new transaction

Tech used

React

-React was used on version 17.0.2

TypeScript

  • The app is build using Typescript, it grants bring static typing for javascript, granting us the ability to use the intelisense for our code editor, facilitates the refactoring of code, saves us debuging time and brings more assertiveness when accessing properties of our variables.
  • Interfaces were created with payload responsed from the API, so the whole application is aware of it's data structure.

Main libs:

  • axios for api access.
  • styled-components to simplify separation between code and stylesheets.
  • miragejs to create a mock for data, as we do not have a backend running.

Code quality

To ensure the code follow the some pattern and is correctly typed, some libs were used:

Componentization of reusable code

UI components, like headers, dashboards were created to avoid code duplication. The components were create to be completely reusable and they do not contain any business logic.

Separation of concerns

  • For this simple application, we use ContextAPI. It provides us a way to create a separation between UI components and business logic and state.

Screenshots

Main Screen (Transaction List)

Add Transaction (Transaction Modal)

Run the project

yarn && yarn dev

moneycontrol's People

Contributors

jordanboaz avatar

Watchers

 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.