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
To get a local copy up and running follow these simple steps.
- Clone the repo
git clone git@github.com:Lnferrari/random-student-picker.git
- Enter your students in
js/app.js4 const students = [ 'student-1', 'student-2', ...students ]
- Run
index.htmlPICK ONE!
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.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Lucas Ferrari - Linkedin - ln.ferrari@hotmail.com
Project Link: https://lnferrari.github.io/random-student-picker/
Distributed under the MIT License.


