Git Product home page Git Product logo

week-8-muhammad-avicena's Introduction

readme_header

Fancy to see you here

hi, I'm Muhammad Avicena. In this repo, I build The Financial Tracker app, it's a web-app tool designed to help users manage and track their financial transactions and expenses.

I am committed to staying up-to-date with industry trends and using the latest tools to develop innovative solutions that surpass expectations. Interested to have collaboration ? Find me on:

Linkedin Badge Youtube Badge Instagram Badge Gmail Badge

INGREDIENTS I USE ๐Ÿ“œ

  • HTML, CSS, JavaScript/Typescript
  • Node.js & Express.js
  • External/Internal Source:
    • Icon
    • Image
    • TailwindCSS

KEY FEATURES ๐ŸŒŸ

  • Login (Basic Authentication)
  • Create a transaction
  • Update a transaction
  • View a transaction
  • Delete a transaction
  • Update balance
  • Update username
  • Logout

Available Account :

{
  "email": "[email protected]",
  "password": "admin"
}
{
  "email": "[email protected]",
  "password": "user"
}

AVAILABLE API ๐Ÿ“ฐ

Back-end endpoint: https://financial-api.avicena.dev

Name HTTP Method Endpoint Requirements
Auth Login POST /api/auth/login Request Body: email: string, password: string
List All User GET /api/user
List All Transaction GET /api/transaction
List User by ID GET /api/user/:userId Request Params: userId: number
Create Transaction POST /api/transaction Request Body: userId: number, productName: string, productQuantity: number, productPrice: number
List Transaction by ID GET /api/transaction/:transactionId Request Params: transactionId: number
Update Transaction by ID PUT /api/transaction/:transactionId Request Params: transactionId: number

Request Body: userId: number, productName: string, productQuantity: number, productPrice: number
Delete Transaction by ID DELETE /api/transaction/:transactionId Request Params: transactionId: number
Update Balance User by ID PATCH /api/user/:userId Request Params: userId: number

Request Body: balance: number
Update Password User by ID PATCH /api/user/:userId Request Params: userId: number

Request Body: password: string
Update Price Transaction by ID PATCH /api/transaction/:transactionId Request Params: transactionId: number

Request Body: productPrice: number

DEPLOYMENT โš™๏ธ

The project has been successfully deployed using Netlify. You can access the production version of the website by following this link: https://financial-app.avicena.dev.

Feel free to explore the website and try out the different features. I appreciate any feedback and suggestions to further improve the user experience.

week-8-muhammad-avicena's People

Contributors

muhammad-avicena avatar github-classroom[bot] avatar

Watchers

Alvian Zachry Faturrahman 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.