Giter Site home page Giter Site logo

tomascartman / improved-umbrella-react Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 3.34 MB

A site-based app to manage private financial transitions

Home Page: https://improved-umbrella.firebaseapp.com/

License: MIT License

HTML 3.35% JavaScript 84.89% CSS 11.76%

improved-umbrella-react's Introduction

Welcome to my github profile

My name is Marco and i'm a computer engeneering student.
Right now i'm learning web programming, like JS and its main frameworks, Node.js and others.
I also like mobile programming with Kotlin to Android.

EstatísticasdoGitHubdeAnurag

Other medias that i use

Linkedin Badge Instagram Badge Outlook Badge

improved-umbrella-react's People

Contributors

dependabot[bot] avatar tomascartman avatar

Watchers

 avatar  avatar

improved-umbrella-react's Issues

addExpense doesn't check anything when there's only expense and not subexpenses

The way the code is now, it checks all subexpenses, and then it calculate the expense total value, letting the user only put the string values on expense_name, expense_localization and expense_date.
But the site allows the user to put a expense without any subexpenses in it, when this is done, the site should do the same check in the expense_value as the subexpense_value

It's not possible empty field in AddExpense.jsx

When the user tries to put an empty string in the input field (value or amount), the code doesn't allow.
This need to change, maybe allowing the user to enter an empty string, but, in order to calculate the total it should use a 0 in value and amount to do so. In this case, checks if the user left the field empty and puts a 0 in it before send it to the backend.

item_value cannot have an 0 after a point

If the user tries to put a '0' after the point like 7.0, the site removes the '0' and the '.'
If the user tries to put a '0' after a number after the point, like 7.10, the site doesn't allows it, mantaining the number 7.1.

When the user clicks to logout, localStorage is not cleared

When the user clicks to logout, localStorage.clear() is called, but for some reason it doesn't clear, then the user is redirect to '/login' and redirect back to '/allExpenses' because he still have the token on localStorage. It should not happen, instead, the localStorage should be cleared and the user should need to perform login again.

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.