Skip to content

GabrielMCavalcante/statistics-answer-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Logo

Statistics Answer Checker

Project Image

This is a project to help you check your answers for statistics exercises.

This web application was built thinking of how boring it can be to check every answer of a statistics exercise, by having to manually revise all calculations, which can not only make things harder and passive of errors, but make statistics look like a monster. With this application, you can easily check out all the relevant information about the exercise given set of data, by simply passing it to the application. From a simple table of absolute frequencies of each individual data to a complete table of absolute and relative frequencies, you will have all the information you need.

Languages

Read this file in your preferred language:

Main technologies used

  • React
    • React Router
  • Typescript
  • NPM packages
    • Papaparser

Index

Installation

To install this application project on your local machine, follow the steps below.

  1. First, make sure you have NodeJS installed on your computer.
  2. Clone this repository.
  3. Open terminal on cloned repository folder and run npm install or if you are a yarn user, run yarn add to install all project dependencies.
  4. When installation finishes, run npm start or yarn start to start the development server.

How To Use

To use this web application, go to this link and then follow the gif steps below.

How to use

Back To The Top
Back To Index

License

MIT License

Copyright (c) 2020 GabrielMCavalcante

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:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Back To The Top
Back To Index

About

Back To The Top
Back To Index