cash-account

Screenshot 2025-10-04 at 10 11 45

Deployed version https://moshnogorskaia.github.io/cash-account/

This is a small fake cash account, where it is possible to change the portfolio name, using the local component state. All components are covered by unit tests.

TODOs:

  1. Restructure the project and rename components
  2. Remove unused packages
  3. Add linter
  4. Add SVG
  5. Refactor to NextJS

Follow these steps to set up and run the project:

  1. Install Dependencies: Navigate to the root of the project and install all dependencies for both applications.

    npm install
    
  2. Run the Applications: You can start the application with:

    npm run start
    
    • The application will be available at http://localhost:3000.