Skip to content

Commit

Permalink
added some functanalities
Browse files Browse the repository at this point in the history
  • Loading branch information
saikiran4824 committed Sep 6, 2024
0 parents commit 3c43839
Show file tree
Hide file tree
Showing 50 changed files with 41,268 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .gitignore
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*
22 changes: 22 additions & 0 deletions For-Tutorial.txt
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");

===============================================================

44 changes: 44 additions & 0 deletions README.md
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)&nbsp;&nbsp;<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 />



Loading

0 comments on commit 3c43839

Please sign in to comment.