Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


RxJS Challenges


Functional Reactive Programming challenges solved using RxJS


rxjs logo

View all Challenges


---

### 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/