Skip to content

Corporate Banking Portal is a comprehensive web application built using the MERN stack (MongoDB, Express.js, React.js, Node.js). The portal provides essential banking services for corporate users, including secure authentication, balance checking, international money transfers, and an admin portal for administrative tasks.

License

Notifications You must be signed in to change notification settings

suryaravikumar-space/open-banking-portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

open-banking-portal

Corporate Banking Portal is a comprehensive web application built using the MERN stack (MongoDB, Express.js, React.js, Node.js). The portal provides essential banking services for corporate users, including secure authentication, balance checking, international money transfers, and an admin portal for administrative tasks.

Introduction to HTML

HTML stands for Hyper Text Markup Language and is the foundation of web development.

HTML Logo

Basics of HTML

HTML structures web pages using elements like <div>, <p>, and <a>.

Example HTML Code

<!DOCTYPE html>
<html>
  <head>
    <title>HTML Tutorial</title>
  </head>
  <body>
    <h1>Welcome to HTML</h1>
    <p>This is an example HTML page.</p>
  </body>
</html>```

About

Corporate Banking Portal is a comprehensive web application built using the MERN stack (MongoDB, Express.js, React.js, Node.js). The portal provides essential banking services for corporate users, including secure authentication, balance checking, international money transfers, and an admin portal for administrative tasks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •