https://github.com/arno500/seelk-test
https://github.com/arno500/seelk-test
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/arno500/seelk-test
- Owner: Arno500
- Created: 2019-11-03T13:24:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T00:01:03.000Z (over 2 years ago)
- Last Synced: 2025-04-02T11:41:58.497Z (about 2 months ago)
- Language: JavaScript
- Size: 1.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Seelk hacking game
## Running instructions
To bootstrap the project and its dependencies, run :
```
yarn
```To **start** the **backend** on port 3000, run :
```
yarn server
```To **start** the **frontend** on port 1234, run :
```
yarn start
```To **build** the **frontend**, run :
```
yarn build-prod
```✅ Required Features ✅ :
- [x] Front-end for the user to create / ~~edit~~ / delete alerts on currency price
Examples: - Alert me when BTC falls under 5000$
- Alert me when ETH is above 7000$
- [x] Should be able to check every minute for the condition and send an email when it is met
- [x] Send Alerts by email⭐️ Bonus features ⭐️
- [x] 💪 The better the UI, the happier the user 😃
- [x] 💪 Display the current price of the chosen cryptocurrency when creating an alert
- [x] 💪💪State management (~~redux~~ MobX) 😋
- [x] 💪💪Display UI changes on alerts when condition is met _(in mails only)_
- [x] 💪💪💪 Percentage change: Be able to create an alert when the cryptocurrency increases by X% in a given timeframe