Skip to content

nnymphadora/random-number-generator-app

Repository files navigation

RandomNumGeneratorApp

This Angular app allows you to generate random numbers using the random.org HTTP API. It's a simple application built with Angular Material and Chart.js. This project follows coding standards enforced by ESLint.

Installation

To install and run this project locally, follow these steps:

  • Clone this repository to your local machine.
  • Navigate to the project directory.
  • Run npm install to install the dependencies.
  • Run npm start to start the development server.
  • Open your browser and visit http://localhost:4200 to view the app.

Usage

  • Fill out the form with your desired parameters.
  • Click on the "Submit" button to send a request.
  • The data will be processed, and the results will be displayed in a sccatter chart. The x axis represents an integer, and the y axis the number of times it was randomly generated it this request.

Dependencies

  • Angular: ^17.2.0
  • Angular Material: ^17.2.0
  • Chart.js: ^4.4.1
  • ng2-charts: ^5.0.4
  • RxJS: ~7.8.0
  • Zone.js: ~0.14.3

random-number-generator-app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published