/InstabugLogin

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

Primary LanguageVueMIT LicenseMIT

Group 69

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.