Skip to content

mariodev12/coinmarketcap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image of Coinmarketcap Reactjs

Introduction

I'm trying to learn ReactJS as much as posible so making a coinmarketcap like website is pretty exciting for me because I'm into blockchain and cryptocurrency.

This development is still in early stages but if you want to test it out follow this steps.

(I'll improve the design :P)

Installation.

git clone https://github.com/mariodev12/coinmarketcap.git 
cd coinmarketcap 
npm install 
cd /server 
npm install

Once everything is installed start the server made with NodeJS inside the server folder.

node index.js

After that start the development server for reactjs inside the folder, coinmarketcap.

npm start.

API.

Folder Structure

Your project should look like this:

coinmarketcap/
  README.md
  node_modules/
  package.json
  public/
    index.html
    favicon.ico
    manifest.json
  server/
    node_modules/
    index.js
    package-lock.json
    package.json
  src/
    content/
      Home/
        content.css
        content.js
      Page/
        content.css
        content.js
    details/
      details.css
      details.js
    footer/
    header/
      header.css
      header.js
    pagination/
      pagination.css
      pagionationCustom.js
    App.css
    App.js
    App.test.js
    index.css
    index.js
    logo.svg
    registerServiceWorker.js

Roadmap

  • Real time data
  • Redux
  • Portfolio
  • fix a bunch of bugs

Thanks

Mario Diez © 2017+, Mario Diez. Released under the MIT License.
Authored and maintained by Mario Diez.

mariodiezgarcia.com  ·  GitHub @mariodev12  ·  Youtube @mariodiezoficial  ·  Twitter @mariodev_

About

What if coinmarketcap was made with reactjs?

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published