Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.56 KB

README.md

File metadata and controls

47 lines (30 loc) · 1.56 KB

CryptoZen

A full stack website for crypto currencies built with React, tailwind and Firebase. It allows the user to create an account and login to the website, with their passwords hashed and stored securely in the firestore database. Users can view the market stats about their favourite currencies like the market capital, 24h volume, 24h high and the 24h low. Other things like the 7 day sparkline, hashing algorithm, market rank and the trust score can also be viewed. Users can also bookmark their favourite cryptos and save them to their watchlist to keep a tab on them.

Check it out here.

Note: As of 26th Sep 22, Firebase requires additional security settings and I don't have the time to fix it. Therefore, this project doesn't have a functioning backend anymore.

Run locally

Clone the project

  git clone https://github.com/zaidsidd360/gitgood.git

Go to the project directory

  cd gitgood

Install dependencies

  npm install

Start the server

  npm run start

Note: You'll need your own firebase api keys to run the backend if you clone this repo.

Technologies Used