Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.35 KB

README.md

File metadata and controls

45 lines (32 loc) · 1.35 KB

Arthimetic Practicer

Can be used by anyone who wants to flex their brain muscels. The app can be accessed at: http://surajpulloor.github.io/arth-pracs-app/

Features

  • All the four fundamental operations(Addition/Subtraction/Multiplication/Division)
  • The exercise's are timed.
  • The exercise's can be made time bound
  • The result's of your exercise is given in a grid format for larger screens.
  • Can give any range for the two numbers (from 1 to 1000..)
  • Has no backend, everything happens on the client

Software Requirements

  • Nodejs v12
  • Reactjs (For SPA creation)
  • Redux (For state management)
  • Redux for React
  • React Router
  • Modern Browser

TODOS

  • Give a notification to the user to practise
  • Generate some analytics on the users performance over time.
  • Add some more operations

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!