Skip to content

Denish3436/Credit-card-validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Credit Card Validator

I create this project in which we can validat credit card numbers using the Luhn Algorithm. It includes both a backend written in Go and a basic frontend built with HTML, CSS and JavaScript.

Tech Stack

  • Go: Backend API logic and implementation of Luhn Algorithm.
  • HTML/JavaScript: Frontend UI for interacting with the API.
  • CSS: For basic styling of the frontend.
  • HTTP Server: Serving the frontend and handling API requests on port 8080.

Setup and Run the Project

1. Clone the repository

git clone <repo link>

cd Credit-card-validator

go run main.go luhn.go

Open your browser and navigate to http://localhost:8080. You should see a simple form asking you to enter a credit card number.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published