Skip to content

Lnferrari/random-student-picker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random Student Picker


Random student selector built in an 8bit design with the objective of being the random students selector of our course. It also has the functionality of adding and deleting students from the list in order to be used by anyone.


Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgements

About The Project

Random picker screnshot

Built With

html5 css3 javascript

Getting Started

To get a local copy up and running follow these simple steps.

Installation

  1. Clone the repo
    git clone git@github.com:Lnferrari/random-student-picker.git
  2. Enter your students in js/app.js
    4   const students = [ 'student-1', 'student-2', ...students ]
  3. Run index.html
    PICK ONE!

Usage

By clicking the PICK ONE button will select one of the names which after 2.5 seconds will be displayed as well as removed from the list until the application is restarted. This is achieved by pressing on RESET at any time.

Ussing the EDIT LIST button will show all the names, differentiating the ones that have already been selected. It is possible to add and/or remove names from the list at any time.


Random-picker.gif Random-picker.gif

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Acknowledgements

Contact

Lucas Ferrari - Linkedin - ln.ferrari@hotmail.com

Project Link: https://lnferrari.github.io/random-student-picker/

License

Distributed under the MIT License.

About

Random student selector with the functionality of adding and deleting students from the list

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published