Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dewasry/learn-typescript-dewa-surya
https://github.com/dewasry/learn-typescript-dewa-surya
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dewasry/learn-typescript-dewa-surya
- Owner: DewaSRY
- Created: 2023-12-14T23:20:12.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-17T10:55:59.000Z (about 1 year ago)
- Last Synced: 2024-11-19T14:35:29.186Z (2 months ago)
- Language: TypeScript
- Size: 321 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# TYPE-SCRIPT EXERCISE
> learn type script by finish exercise from [typescript exercise](https://typescript-exercises.github.io/#exercise=16&file=%2Findex.ts) web page, there is 15 problem about typeIng on script. also some advance assignment to make some calculator
## 15 exercise from typescript exercise web page
> > there is very difficult task form me because the needs to solve that exercise to understand functional paradigm where there is global data then i need to make the function reusable.
## Make calculator game
![arithmetic game](./image/ArithmeticGame.png)
for better experience please go to the Calculator-game directory, to do that user just need to run this code
```bash
npm run go
```------how to run the program--------\
first install the dependency, with this comment```bash
npm install
```then after all get install, run this comment
```bash
npm run dev
```