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

https://github.com/alexius-huang/monsterrx

UX Realization Compared between VanillaJS && RxJS Examples
https://github.com/alexius-huang/monsterrx

Last synced: 2 months ago
JSON representation

UX Realization Compared between VanillaJS && RxJS Examples

Awesome Lists containing this project

README

        

# MonsterRX - Collection of UX Examples Using RxJS

![RxJS Logo](./images/rx-logo.png)

## About

This project aims at learning RxJS from a series of example to realize different kind of UX application. You can clone it down, and following the instruction to open this page and play around with the code.

```
$ git clone [email protected]:Maxwell-Alexius/MonsterRX.git
```

Go into the project folder and run:

```
$ yarn install
$ yarn start
```

Navigation to the `http://localhost:3000` then well done!

## Screenshots

![Display Image](./images/img-01.png)

![Display Image](./images/img-02.png)

![Display Image](./images/img-03.png)