TypeScript version of client-only here
Client version of a crypto-currency tracker build with React. User may search and (currently) find the intraday data for crypto-currency of choice, with top currencies being available automatically.
Full-stack in the making with MERN stack.
- Client
- React.js
- useContext
- Recharts
- AlphaVantage API
- React.js
- Deploy
- Netlify
- Fork Repo
- Run
npm install
to install all dependencies - Get an api key at alphavantage
- Create a
.env
file and add your api key with as:REACT_APP_API_KEY="your_key_here_between_quotes"
- Run
npm start
and onhttp://localhost:3000/
the app will be running
FEATURES (CLIENT ONLY)
- select or choose month/week/day options
FEATURES-incomplete-Ideas for (MERN)
- Auth-Encryption-Token
- CRUD Tracking records for tickers
- Provide list of available tickers
- News or related info to spec ticker based on selection
- CHALLENGES: Figure out how to work around API call's limit and evaluate if the ideas above are feasable based on it.
👉 Aryse Tansy 📧 paganowebdev@gmail.com 💻 Portfolio