Sage, is a real-time platform providing the latest data on cryptocurrency prices and market metrics. With Sage, you can stay up-to-date with the ever-changing crypto landscape and visualize the trends for each coin effortlessly.
Client
API
Visualization
-
Display a list of Crypto Currencies
-
Displays a detail stat on the current price, time of last update, price change etc
-
Displays a clean visualization of the coins trend for the past year at very intervals
To get a local copy up and running, follow these steps.
-
In order to run this project you need:
-
git: A tool for managing source code
-
Visual Studio Code: A source code editor
-
Live Server: A simple web server utility for Visual Studio Code
Clone this repository to your desired folder:
https://github.com/coderacheal/sage.git Example commands:
cd my-folder
git clone https://github.com/coderacheal/sage.git
cd sage
Install this project with:
- Run npm install after cloning the repo to install project dependencies
npm install
- Run
npm start
for development. - Run
npm run build
for production
To run tests, run the following command:
npm run test
You can deploy this project using:
- Render
- GitHub Pages
👤 Author
- GitHub: @coderacheal
- Twitter: @racheal_kubi
- LinkedIn: racheal-appiah-kubi
- Improve chart graphic for screens lesser that 768px
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please give it a start and share it with your friends.
I would like to acknowledge the libraries created by people in the community that makes this possible
This project is MIT licensed.
This project was bootstrapped with Create React App