fahriwps / typescript-project-dom

DOM manipulating using Typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Description

This is an interactive web app project that empowers users to effortlessly send money to recipients using various payment methods. This platform ensures secure transactions while providing a clear overview of the user's financial activities through a transaction history feature.

Prerequisites

You will need the following items installed on your local machine:

  • Node.js and NPM

Technology

DOM elements are generated using TypeScript, enhancing user interaction and responsiveness.

Usage Instructions

  1. Clone this repository to your local machine using git clone command.
  git clone https://github.com/fahriwps/typescript-project-dom.git
  1. Go to the directory where the project is located.
  cd typescript-project-dom
  1. If any modifications have been applied to the TypeScript file, transform it into JavaScript utilizing the TypeScript compiler.
  npx tsc
  1. Launch the web browser and access the index.html file.

Deployment

This project is deployed here: https://comfy-melomakarona-4f2c3c.netlify.app

About

DOM manipulating using Typescript


Languages

Language:TypeScript 43.2%Language:HTML 29.0%Language:CSS 27.8%