Skip to content

Basic boring login for Hack4Impact-UMD Inconvenient Login Competition Teams to fork and edit

Notifications You must be signed in to change notification settings

bnewman6/basic-login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inconvenient Login Competition

Your task is to create the absolute worst, most inconvenient login page EVER. You have until the end of the GBM to modify this basic login and submit a Pages link to your inconvenient login. Scoring will be based on ANGER, HUMOR, and BONUS for anything extra such as not being buggy (unless intended) or incorporating this image into your design.

How to get started

Install git: https://git-scm.com/downloads

Install node: https://nodejs.org/en/download/package-manager

In order to start, you first need to Fork this repository. To do that, click the "Fork" button at the top right of the repository page. You can use the command git clone <forked-repo-url> to clone your fork and work with it in your IDE.

How to test

The first step to testing is locating your project directory. There is a terminal in most IDEs that you can use to run commands directly in whatever directory you are working on, or you can locate your project in a separate terminal. You need to run/enter npm install in your terminal before doing any testing. In the project directory, you can run npm start to run the app in the development mode. Open http://localhost:3000 to view it in the browser. The page will reload if you make edits. You will also see any lint errors in the console.

Built into this project are also the commands npm run eject, npm run build, and npm test, but all you really need is npm start in order to test your login page with live updates.

Learn More

To learn React, check out the React documentation. If you don't wanna read allat, check out this cool site I discovered.

How to submit

Your submission will be a GitHub Pages page that you will submit through this Google Form

Create a GitHub Page

Go to the "Settings" tab of their forked repo. Scroll down to the "Pages" section. Set the source to "Deploy from a branch." Choose the main branch and /root folder. Save.

About

Basic boring login for Hack4Impact-UMD Inconvenient Login Competition Teams to fork and edit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published