Skip to content

Latest commit

 

History

History
196 lines (154 loc) · 7.87 KB

CoinFlix_Binary_Beasts.md

File metadata and controls

196 lines (154 loc) · 7.87 KB

Project-name : CoinFlix

Team name: Binary Beasts

Team members

Description

CoinFlix is the ultimate cryptocurrency and stock-market tracker and has an intuitive interface with all the data you need at your fingertips. It is easy to use for beginners too!

  • The stock or cryptocurrency is displayed when the user search for it.

  • It also displays the latest Finance news of India.

  • The user can then track and mend his/her investments accordingly.

  • The user will also get information about the top trending cryptocurrencies.

  • The user will also get info about the top gainers and loosers in the stock market.

  • GitHub repo link: GitHub

  • Drive link: Drive

  • Website link: Website

Tech stack

HTML5 CSS3 JavaScript React Bootstrap Firebase Fontawesome

Tools and technologies that you learnt and used in the project.

  1. React
  2. Firebase
  3. HTML/CSS/JS
  4. Material-Ui
  5. Bootstrap

Progress

  • Design Website UI.
  • Setup API services to display data related to stock and cryptocurrency prices.
  • Fetch news from inshorts news API.
  • Implemented Vanta.js.
  • Impented Firebase to store the data received from the form.

File structure

📦CoinFlix.
┣ 📂public.
┃ ┣ 📜favicon.ico.
┃ ┣ 📜index.html.
┃ ┣ 📜manifest.json.
┃ ┣ 📜robots.txt.
┃ ┣ 📜site.webmanifest.
┃ ┗ 📜_redirects
┣ 📂src
┃ ┣ 📂Components
┃ ┃ ┣ 📜Footer.css
┃ ┃ ┗ 📜Footer.js
┃ ┣ 📂Pages
┃ ┃ ┣ 📂Crypto
┃ ┃ ┃ ┣ 📂About
┃ ┃ ┃ ┃ ┣ 📜AboutPg.css
┃ ┃ ┃ ┃ ┗ 📜AboutPg.js
┃ ┃ ┃ ┣ 📂Config
┃ ┃ ┃ ┃ ┣ 📜api.js
┃ ┃ ┃ ┃ ┗ 📜data.js
┃ ┃ ┃ ┣ 📂ContactPage
┃ ┃ ┃ ┃ ┣ 📜ContactPg.css
┃ ┃ ┃ ┃ ┣ 📜ContactPg.js
┃ ┃ ┃ ┃ ┗ 📜firebase.js
┃ ┃ ┃ ┣ 📂Dashboard
┃ ┃ ┃ ┃ ┣ 📜CryptoContext.js
┃ ┃ ┃ ┃ ┣ 📜Dashboard.css
┃ ┃ ┃ ┃ ┗ 📜Dashboard.js
┃ ┃ ┃ ┣ 📂News
┃ ┃ ┃ ┃ ┣ 📜loading.gif
┃ ┃ ┃ ┃ ┣ 📜News.css
┃ ┃ ┃ ┃ ┣ 📜News.js
┃ ┃ ┃ ┃ ┣ 📜NewsItem.js
┃ ┃ ┃ ┃ ┣ 📜NewsPg.js
┃ ┃ ┃ ┃ ┣ 📜ScrollButton.js
┃ ┃ ┃ ┃ ┣ 📜Spinner.js
┃ ┃ ┃ ┃ ┗ 📜Styles.js
┃ ┃ ┃ ┗ 📂SearchPage
┃ ┃ ┃ ┃ ┣ 📜Coin.css
┃ ┃ ┃ ┃ ┣ 📜Coin.js
┃ ┃ ┃ ┃ ┗ 📜SearchPg.js
┃ ┃ ┣ 📂LandingPage
┃ ┃ ┃ ┣ 📜LandingPg.css
┃ ┃ ┃ ┗ 📜LandingPg.js
┃ ┃ ┗ 📂Stocks
┃ ┃ ┃ ┣ 📂About
┃ ┃ ┃ ┃ ┣ 📜AboutPg.css
┃ ┃ ┃ ┃ ┗ 📜AboutPg.js
┃ ┃ ┃ ┣ 📂Config
┃ ┃ ┃ ┃ ┣ 📜api.js
┃ ┃ ┃ ┃ ┗ 📜iex.js
┃ ┃ ┃ ┣ 📂ContactPage
┃ ┃ ┃ ┃ ┣ 📜ContactPg.css
┃ ┃ ┃ ┃ ┣ 📜ContactPg.js
┃ ┃ ┃ ┃ ┗ 📜firebase.js
┃ ┃ ┃ ┣ 📂Dashboard
┃ ┃ ┃ ┃ ┣ 📜Card.js
┃ ┃ ┃ ┃ ┣ 📜CryptoContext.js
┃ ┃ ┃ ┃ ┣ 📜Dashboard.css
┃ ┃ ┃ ┃ ┗ 📜Dashboard.js
┃ ┃ ┃ ┣ 📂News
┃ ┃ ┃ ┃ ┣ 📜loading.gif
┃ ┃ ┃ ┃ ┣ 📜News.css
┃ ┃ ┃ ┃ ┣ 📜News.js
┃ ┃ ┃ ┃ ┣ 📜NewsItem.js
┃ ┃ ┃ ┃ ┣ 📜NewsPg.js
┃ ┃ ┃ ┃ ┣ 📜ScrollButton.js
┃ ┃ ┃ ┃ ┣ 📜Spinner.js
┃ ┃ ┃ ┃ ┗ 📜Styles.js
┃ ┃ ┃ ┗ 📂SearchPage
┃ ┃ ┃ ┃ ┣ 📜SearchPg.css
┃ ┃ ┃ ┃ ┗ 📜SearchPg.js
┃ ┣ 📜App.css
┃ ┣ 📜App.js
┃ ┣ 📜App.test.js
┃ ┣ 📜index.css
┃ ┣ 📜index.js
┣ 📜.gitignore
┣ 📜package-lock.json
┣ 📜package.json
┗ 📜README.md

Future Prospects

  • Making a full-stack website reponsive.
  • Display Forex data
  • Add auto-suggest feature for searching stock and crypto
  • Predict future trends in the prices of the respective assets using ML

Project Setup

File Structure

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

npm run eject

Note: this is a one-way operation. Once you eject, you can’t go back!

If you aren’t satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.

You don’t have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.

Usage

  1. The user can search for the trends of a particular stock or cryptocurrency.
  2. The user can then track and mend his/her investments accordingly.
  3. It also displays the latest business news from around the globe.

Future scope

  • This concept can also be applied for the Forex trading.
  • Predict future trends in the prices of the respective assets using ML.

Mentors