https://github.com/eyuelberga/cryptotrack
Track your Cryptocurrencies and get instant email notification whenever they change
https://github.com/eyuelberga/cryptotrack
chakra-ui coingecko-api courier cryptocurrency express react supabase vercel
Last synced: about 2 months ago
JSON representation
Track your Cryptocurrencies and get instant email notification whenever they change
- Host: GitHub
- URL: https://github.com/eyuelberga/cryptotrack
- Owner: eyuelberga
- License: mit
- Created: 2022-09-16T09:00:08.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-18T07:55:37.000Z (about 3 years ago)
- Last Synced: 2025-03-22T11:48:09.258Z (7 months ago)
- Topics: chakra-ui, coingecko-api, courier, cryptocurrency, express, react, supabase, vercel
- Language: JavaScript
- Homepage: https://eyuelberga.github.io/CryptoTrack/
- Size: 1.15 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Crypto Track helps you track your Cryptocurrencies and get instant email notification whenever they change.
Cryptocurrency is a volatile asset with lots of ups and downs. Keeping up with the changes can lead to great gains and this tool helps to make this easy. By subscribing to market changes you want to track, CryptoTrack will send you periodic email notifications whenever they change.
## Features
- Track various market data and recieve email notifications
- Manage your notifications
- View the latest market data on a Cryptocurrency## Tools
- [Courier](https://https://www.courier.com/): Sending email notifications
- [Supabase](https://supabase.com/): Authentication and Database Storage
- [CoinGecko](https://www.coingecko.com/): Latest Cryptocurrency market data API
- [Vite + React](https://vitejs.dev/) : Frontend web application
- [Express](https://expressjs.com/) + [Vercel](https://vercel.com/): Webhook for cron job## Preview


## Development
### Web
#### Installation
```bash
$ cd web
``````bash
$ yarn
```#### Running the app
```bash
$ yarn dev
```#### Environment variables
```
VITE_SUPABASE_URL=
VITE_SUPABASE_KEY=```
### Cron Webhook
#### Installation
```bash
$ cd cron
``````bash
$ yarn
```#### Running the app
```bash
$ yarn start
```#### Environment variables
```
SUPABASE_URL=
SUPABASE_KEY=
COURIER_KEY=```
## License
MIT © [Eyuel Berga Woldemichael](https://github.com/eyuelberga)