SDUBEY23 / udayy-task

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clone this repository into your local machine

How to run

You will need to have Node 10.16.0 or later on your local development machine. You can use nvm (macOS/Linux) or nvm-windows to switch Node versions between different projects.

First install all dependencies

npm

cd udayy-task && npm install

To start the local server

npm

 npm start

Open app in browser

Once the app is compiled and bundled successfully you should see the login screen in your browser. This would be your final view of the project.

Completed Tasks

1. User inputs a url/webpage in TextBox1, this opens up in View1

2. User inputs a url/webpage in TextBox2, this opens up in View2

3. The UI should be responsive for wide ranges of browser resolution/zoom.

4. Users should be able to see both the view-elements completely

5. Once logged in, the user should always land on the browser page (if the user comes back on the application) unless logged out.

The login details are:

Name - Your name or any desired name of your choice

Password - admin123

About


Languages

Language:JavaScript 57.7%Language:CSS 25.4%Language:HTML 16.9%