Skip to content

roopikabits/osse4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

👋 Hi, I’m Roopika

  • 📚 This project is part of Assignment4 of Open Source Software Engineering Course - [BITS Pilani]
  • 🤔 This project demonstrates the steps involved in Contributing to an Open Source Software Project
  • 👀 As part of this project, I have developed a simple login app using HTML, CSS and JavaScript.

loginapp

This is a sample login app. This repo is used as a starter for a very basic HTML web application using HTML, CSS and Javascript.

Success Scenario

When user enters correct username and password, console message "You have logged in successfully!" is displayed.

username: roopikas

password: Welcome1!

Failure Scenario

When user enters incorrect username and password, error message "Login failed due to incorrect username and password" is displayed.

Run App

To check the app in action, clone the Github Repo to local system and open login.html in any browser