Giter Club home page Giter Club logo

crypto-site's Introduction

Crypto check application.

Welcome, this the documentation of my cryptocurrency application. Frontend is hosted on Netlify and backend on Render. https://crypto-check-site.netlify.app/

Table of contents

  1. Getting Started
  2. Dependencies
  3. Styling
  4. Routing
  5. State Management
  6. API Integration

Getting Started

  1. Clone the repository: https://github.com/JuozasPetryla/crypto-site.git
  2. Navigate to the crypto-app/client directory and run npm install
  3. Navigate to the crypto-app/server directory and run npm install
  4. In the crypto-app/client directory run npm start
  5. In the crypto-app/server directory run npm run dev
  6. The app should run on: http://localhost:3000

Dependencies

This project uses the following dependencies:

Client side:

  • Axios
  • Bootstrap
  • Chart.js
  • Chartjs-adapter-moment
  • React
  • React-chartjs-2
  • React-redux
  • React-router
  • React-router-dom
  • Redux
  • Sass

Server side:

  • Ccxt
  • Cors
  • Express
  • Nodemon

Styling

For styling I used Bootstrap CSS framework, and for custom styles I used Sass modules for React components. Global variables and mixins are declared in the _variables.scss and _mixins.sccs files respectively.

Routing

Routing is handled by React router.

State Management

State is managed by Redux. All of the state related files can be found in the /client/src/app directory.

API Integration

We communicate with out backend API using the Axios library. All of the API calls are done inside the Redux CryptoSlice.js file. Further information about the API in the API README.md file.

crypto-site's People

Contributors

juozaspetryla avatar

Watchers

 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.