Skip to content

OZ-00MS/login-vanta.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Login Project (Node.js)

This project contains a simple login interface with a Node.js server. To make the project work correctly, you must run the backend server.


πŸ“¦ Requirements

Before running this project, make sure you have:

  • Node.js (v18 or higher recommended)
  • npm (comes with Node.js)

Check installation:

node -v
npm -v

Screenshot 2025-12-15 091223 Screenshot 2025-12-15 091113

πŸš€ How to Run the Project (Local)

1️⃣ Clone the repository

git clone <YOUR_GITHUB_REPO_URL>
cd <PROJECT_FOLDER>

2️⃣ Install dependencies

npm install

3️⃣ Start the server

node server.js

If successful, you should see something like:

Server running on http://localhost:3000

4️⃣ Open the app in your browser

Open:

http://localhost:3000

πŸ“ Project Structure

project/
β”œβ”€β”€ server.js        # Node.js backend server
β”œβ”€β”€ public/          # Frontend files (HTML, CSS, JS)
β”‚   └── index.html
β”œβ”€β”€ package.json
└── README.md

πŸ§ͺ Test Login (Demo)

For testing purposes:

  • Username: admin
  • Password: 1234

⚠️ This is a demo project. Credentials are not secure.


πŸ›  Notes for Testers

  • You must run the server for the login to work
  • Opening index.html directly will NOT work
  • This project is for learning and testing purposes only

πŸ“Œ Tech Stack

  • HTML / CSS / JavaScript
  • Node.js
  • Express (if used)

πŸ“„ License

Free to use for learning and testing.

About

login

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published