sohagzayan / billing-application

This is a one-billing application, this website par pass to stoke user billing info with edit, delete, and individual user account info and manage jwt using a cookie with a proxy server the cookie

Home Page:https://billing-application-production.up.railway.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Task 2 Problem solving

 const rotateLeft = (arr, rotateBy) => {
    for (let i = 0; i < rotateBy; i++) {
    arr.push(arr.shift());
    }
    return arr;
    };

About

This is a one-billing application, this website par pass to stoke user billing info with edit, delete, and individual user account info and manage jwt using a cookie with a proxy server the cookie

https://billing-application-production.up.railway.app/


Languages

Language:JavaScript 94.2%Language:HTML 3.3%Language:CSS 2.6%