Giter VIP home page Giter VIP logo

summer-practice-hackathon-2k23's Introduction

summer-practice-hackathon-2k23

Wifi Name: HGGuest

Wifi Pass: haufegroup!

Developer: Monus Leonard

In this hackathon challenge, you will be tasked with developing a Multi-Factor Authentication (MFA) code generator. Don't worry it's not as scary as it sounds.

Requirements:

Develop a web application that runs locally in the browser

  • A user can add a new MFA name-code pair, by providing a name for the code (if you ever wondered how to use a form tag, now’s the time to try!)
  • A user can view all the available MFA name-code pairs
  • A user can delete an existing MFA name-code pair.
  • All MFA codes are regenerated once every 30 seconds (see window.setInterval())

Codes are made of 6 randomly generated digits. Bet you did this in college already.

Bonus:

  • When the browser tab is closed and reopened, I want all my registered MFA name-code pairs to be preserved (see localStorage)

  • The name of the new MFA name-code pairs is obtained via call to https://swapi.dev/api/people. Ever made an API call before? “fetch()”-ing information is simple once you get the hang of it.

Or, if you want to make it harder and more impressive:

  • The name of the new MFA name-code pairs is obtained via call to the OpenAI API

  • BYOF (bring your own feature) - go wild!

Notes:

Documentation and clean code will be highly appreciated.

Have fun!

Best of luck! Happy hacking!

summer-practice-hackathon-2k23's People

Contributors

dan-vidoni avatar lewonid avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.