Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aghaffar570/calc-app
https://github.com/aghaffar570/calc-app
calculator-application express-js socket-io
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aghaffar570/calc-app
- Owner: aghaffar570
- Created: 2019-06-15T06:42:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T19:10:21.000Z (about 2 years ago)
- Last Synced: 2024-05-28T15:46:58.008Z (8 months ago)
- Topics: calculator-application, express-js, socket-io
- Language: CSS
- Size: 284 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calculator App
A calculator app that logs your calculation as its happens and shares it with everyone connected on the site
** see TASK.md for details
## View site
Visit https://calculator-socket-app.herokuapp.com/## local setup
Clone the repository and `cd` into the directory
Type `npm install` followed by `npm run start` to begin the appAny connections made to localhost:3000 from your IP will enter a new session
and the calculations made will be broadcasted to every client on that IP## Tech
- node
- mathjs
- express
- socket.io
- sessionStorage