EmanOthman21 / InstabugLogin

InstaLogin is a simple login page with email and password validation for Instabug front-end coding challenge.

Home Page:https://emanothman21.github.io/InstabugLogin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub contributors GitHub issues GitHub forks GitHub stars GitHub license

Table of Contents

About

InstaLogin is a simple login page with email and password validation for Instabug front-end coding challenge.Try it from here.

Build with

Getting Started

Installation

  1. Clone the repository
$ git clone https://github.com/EmanOthman21/InstabugLogin.git
  1. Navigate to repository directory
$ cd InstabugLogin
  1. Install dependencies
$ npm i

Running

  1. Compiles and hot-reloads for development
$ npm run serve
  1. Compiles and minifies for production
$ npm run build
  1. Run e2e tests
$ npx cypress run

File Structure

InstaLogin
├── README.md
├── LICENSE
├── package-lock.json
├── package.json
├── cypress.json
├── babel.config.js
├── .gitignore
├── .browserslistrc
├── tests
│   └── e2e
├── src
│   ├── assets
│   ├── components
|   |   ├── Companies
|   |   ├── ImageSlider	
|   |   ├── LoginForm	
│   ├── router
│   ├── style
│   ├── views
|   |   ├── Login
|   |   ├── Welcome
|   |   ├── NotFound
│   ├── main.js
│   └── App.vue
├── public
│   ├── logo.ico	
│   └── index.html	
|── node_modules

Screenshots

Login Page

image

image

image

image

image

image

Welcome Page

image

404 Page

image

Contributors

Eman Othman

License

This software is licensed under MIT License, See License for more information ©EmanOthman.

About

InstaLogin is a simple login page with email and password validation for Instabug front-end coding challenge.

https://emanothman21.github.io/InstabugLogin

License:MIT License


Languages

Language:Vue 65.1%Language:JavaScript 26.5%Language:SCSS 4.9%Language:HTML 3.4%