-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 3c43839
Showing
50 changed files
with
41,268 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. | ||
|
||
# dependencies | ||
/node_modules | ||
/.pnp | ||
.pnp.js | ||
|
||
# testing | ||
/coverage | ||
|
||
# production | ||
/build | ||
|
||
# misc | ||
.DS_Store | ||
.env.local | ||
.env.development.local | ||
.env.test.local | ||
.env.production.local | ||
|
||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
colors: | ||
|
||
gray: { 100: "#808080", 200: "#323232", 300: "#212121" }, | ||
white: "#fff", | ||
cyan: "#14ffec", | ||
red: "#d6436e", | ||
green: "#25da72", | ||
|
||
=============================================================== | ||
|
||
fontsize: | ||
|
||
sm: "14px", md: "18px", lg: "24px", xl: "32px", base: "16px" | ||
|
||
=============================================================== | ||
|
||
fonts: | ||
|
||
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&display=swap"); | ||
|
||
=============================================================== | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# React Website Tutorial: ⭐Build Feature Rich Crypto Screener App with Tailwind CSS | ||
|
||
![GitHub stars](https://img.shields.io/github/stars/codebucks27/CryptoBucks-A-crypto-screener-application?style=social&logo=ApacheSpark&label=Stars) | ||
![GitHub forks](https://img.shields.io/github/forks/codebucks27/CryptoBucks-A-crypto-screener-application?style=social&logo=KashFlow&maxAge=3600) | ||
![Github Followers](https://img.shields.io/github/followers/codebucks27.svg?style=social&label=Follow) <br /> | ||
|
||
This repository contains final code for Crypto Screener Application in ReactJS. <br /> | ||
|
||
For Demo and Final Code checkout following link👇: <br /> | ||
[Crypto Screener Application in ReactJS](https://devdreaming.com/videos/build-crypto-screener-app-with-react-tailwind-css) <br /> | ||
|
||
Here are the starter code files👇: <br /> | ||
https://github.com/codebucks27/CryptoBucks-A-crypto-screener-application <br /> | ||
|
||
If you want to learn how to create it please follow below tutorial👇: <br /> | ||
[Build Crypto Screener Application in React JS](https://devdreaming.com/videos/build-crypto-screener-app-with-react-tailwind-css) | ||
[![YouTube Video Views](https://img.shields.io/youtube/views/JPlVb3t6kx8?style=social)](https://youtu.be/cT160dOzpGY)<br /> | ||
|
||
<h3 align="left">▶ Support me via:</h3><br /> | ||
<p><a href="https://www.buymeacoffee.com/CodeBucks" target="_blank"> <img src="https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-1.svg" height="50" width="210" alt="CodeBucks" ></img></a></p><br /> | ||
|
||
### Images of The Crypto Screener Website: | ||
|
||
![Crypto](https://github.com/codebucks27/CryptoBucks-A-crypto-screener-application/blob/main/Website-Images/Crypto.png) | ||
![Crypto-CryptoDetails](https://github.com/codebucks27/CryptoBucks-A-crypto-screener-application/blob/main/Website-Images/Crypto-CryptoDetails.png) | ||
![Trending](https://github.com/codebucks27/CryptoBucks-A-crypto-screener-application/blob/main/Website-Images/Trending.png) | ||
![Saved](https://github.com/codebucks27/CryptoBucks-A-crypto-screener-application/blob/main/Website-Images/Saved.png) | ||
![Trending-Mobile](https://github.com/codebucks27/CryptoBucks-A-crypto-screener-application/blob/main/Website-Images/Trending-Mobile.png) | ||
![Crypto-CryptoDetails-Mobile](https://github.com/codebucks27/CryptoBucks-A-crypto-screener-application/blob/main/Website-Images/Crypto-CryptoDetails-Mobile.png) | ||
![Crypto-Mobile](https://github.com/codebucks27/CryptoBucks-A-crypto-screener-application/blob/main/Website-Images/Crypto-Mobile.png) | ||
|
||
### Resources Used in This Project | ||
|
||
- Fonts from https://fonts.google.com/ <br /> | ||
- Icons from https://iconify.design/ <br /> | ||
- API from https://www.coingecko.com/en/api <br /> | ||
|
||
### External Libraries used in this project: | ||
|
||
- [Tailwind css](https://tailwindcss.com/) <br /> | ||
- [recharts](https://recharts.org/en-US/) <br /> | ||
|
||
|
||
|
Oops, something went wrong.