Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sadanandpai/rxjs-challenges
Functional Reactive Programming challenges solved using RxJS
https://github.com/sadanandpai/rxjs-challenges
functional-programming javascript reactive-programming rxjs typescript
Last synced: 16 days ago
JSON representation
Functional Reactive Programming challenges solved using RxJS
- Host: GitHub
- URL: https://github.com/sadanandpai/rxjs-challenges
- Owner: sadanandpai
- Created: 2022-07-13T07:11:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-31T08:29:39.000Z (over 2 years ago)
- Last Synced: 2024-04-14T09:04:17.130Z (7 months ago)
- Topics: functional-programming, javascript, reactive-programming, rxjs, typescript
- Language: TypeScript
- Homepage: https://sadanandpai.github.io/rxjs-challenges/dist/
- Size: 84 KB
- Stars: 14
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
### Guide to access the challenges without installation
- https://codesandbox.io/s/rxjs-challenges-d88rjz
### Guide to access the challenges with installation
- `git clone https://github.com/sadanandpai/rxjs-challenges.git`
- `cd rxjs-challenges`
- `npm install`
- `npm run dev`### Guide to solve the problems
- Visit the each challenge to understand the expected results
- Go to the respective challenge folder inside `src`
- Clear the file `index.ts`
- Start coding the solution#### Notes
- If you prefer JavaScript, feel free to use JS instead of TS.
- You need not have knowledge of Angular to try out these challenges and start learning.Study material for reference: https://rxjs.dev/