Git Product home page Git Product logo

cryptosearch-react's Introduction

CryptoSearch-React Setup

These instructions are for downloading the website and running it properly:

  1. Download all the required files and put them in a folder.
  2. Open git/cmd prompt.
  3. Navigate to the folder directory using cd command.
  4. Do npm install to install required dependencies.
  5. Run npm start
  6. Navigate to http://localhost:3000/ (Running npm start should also open it automatically when ready).

About

CryptoSearch-React is my first React.js web application. It was originally written without frameworks but rewritten in React.js.
Based on a crypto name, exchange, and converted currency, the user can instantly look up the recent statistics for any supported coin. Unlike the original CryptoSearch, CryptoSearch-React features auto updating results as the user inputs a coin. This was only made possible with React.js state.

You can check out the deployed web app at https://pixeltopic.github.io/CryptoSearch-React/

Notes

Rough overview of the data flow in this application:
InputForm <-> App -> fetch -> display data (using functional components)
InputForm updates state as the user types into the search bar or makes changes to the dropdown menus. It also force changes state if the user clicks the refresh button in case the search didn't auto update or the user wants to update the search timestamp results. Using a callback, app accesses InputForm state and updates its own state. It then passes that state as props into fetch, which retrieves api data and passes that fetched data into dumb components which render the results.

cryptosearch-react's People

Contributors

pixeltopic avatar

Stargazers

Darcy Turk avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.