Skip to content

Simple random number generator that accepts input to generate numbers between 1 and the user-provided outer limit. Uses Local Storage to persist data between sessions.

License

Notifications You must be signed in to change notification settings

Captain63/num-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random Number Generator

Table of Contents

Project Overview

Client-side application that accepts a user provided number to generate random numbers between 1 and the outer limit entered in the input. The limit, currently generated value, and previous values are persisted in local storage for access between sessions. Built using JavaScript, HTML, and CSS.

View the live application.

Languages Used

  • JavaScript
  • HTML
  • CSS

Live Application

View deployed application.

License

Permission is hereby granted, free of charge, to any person obtaining a copy of this Software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions.

View the full license

Screenshots

Initial view

Initial view

First number generated

First number generated

Past numbers populated

Past numbers populated

About

Simple random number generator that accepts input to generate numbers between 1 and the user-provided outer limit. Uses Local Storage to persist data between sessions.

Topics

Resources

License

Stars

Watchers

Forks