Code Monkey home page Code Monkey logo

budget-app's Introduction

React Fundamental

This repository contains a React application to manage incomes, expenses, and saving targets. The application is built using TypeScript and focuses on fundamental concepts.

Level 1: Basic Requirements

Apply TypeScript to complete this assignment. The application includes the following features:

  • Create UI for a one-page application to store incomes, expenses, and saving targets, saving amount
  • Implement features to add income sources, value and date.
  • Implement features to add expense sources, value, and date.
  • Implement features to add the value of the target saving.
  • Implement features to add the value of the saving amount.

Level 2: Additional Requirements

In addition to the basic requirements, the application enhances its functionality with the following features:

  • Calculate the account balance using the formula: income - expense - saving = balance.
  • Implement a feature to transfer the balance amount to the saving amount.
  • Calculate the total of the current saving and the percentage of the current saving amount / target of saving.
  • Add a delete button to remove items in income and expense sources.

Level 3: Bonus Requirements

If you have a higher skill level and finish the previous requirements before the deadline, you can tackle the following bonus tasks:

  • Validate the input income, expense, target of income, and saving account. They should be positive numbers. In case the user enters a negative number, display an error message. Use React Hook Form and Zod to apply validation.
  • Peer Review:
  • Review the code and implementation of 2 assignments from other participants.
  • Provide constructive feedback and suggestions for improvement.

Please note that the bonus requirements and reviews are optional and can be completed if you have additional time and advanced skills.

React Advanced

This repository contains a React application with advanced concepts and features.

Level 1: Basic Requirements

The application includes the following features:

  • Apply React Router so when users access "/budget-app", it will render the Budget component.

Level 2: Additional Requirements

In addition to the basic requirements, the application enhances its functionality with the following features:

  • Apply advanced React hooks such as useMemo, useCallback to optimize performance.

Level 3: Bonus Requirements

If you have a higher skill level and finish the previous requirements before the deadline, you can tackle the following bonus tasks:

  • Peer Review

Happy coding!

Deadline : 16th March 2024

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.