Giter VIP home page Giter VIP logo

employee-onboarding-system's Introduction

Employee Onboarding System

Background

You are the IT officer for a tech startup and you are in charge of onboarding new employees. You need the employee details to set up an account for them on the company network. You are building a platform to collect their details and you have to do some basic validation.

Tasks

  1. Collect details first name, last name, email.

  2. Generate random password for the user joining the first 2 letters of the first name and last 2 letters of the last name, with a random string of length 5. This makes your password 9 letters long.

  3. Show user password and ask if he or she is satisfied with it. If yes, print out user details nicely from the container and that’s the end of the program, if no, ask user to choose a password himself.

  4. If user inputs password, make sure it is longer than 7 characters before ending the program and printing out user details. If it is less than 7, prompt user to input a new password equal to or greater than 7 in length.

  5. Create a container for user data such that if the program is run consecutively by two different users, their details get stored in your container (make sure you can identify who has each detail). Print out each item in the container after all users are done.

employee-onboarding-system's People

Contributors

kingashiru avatar

Stargazers

 avatar

Watchers

James Cloos avatar  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.