jongbochung / react-axios

Home Page:http://www.wiggly-railway.surge.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React, AJAX with axio and CSS animation

Check out what it looks like

http://www.wiggly-railway.surge.sh

What is this?

Simple React App showing how to use axios and animation. jsonplaceholder(https://jsonplaceholder.typicode.com/) is used to get dummy json data.

Libraries and tools

  • create-react-app
  • axios
  • emantic-ui-react semantic-ui-css
  • surge

Running locally

  1. Clone the repository
  2. Install dependences yarn
  3. Run the server yarn start
  4. Visit http://localhost:3000
  • If you want to deploy your project to a CDN servers, Surge would be a good solution for you.
    1. npm install - g surge
    2. build your project (yarn build)
    3. move to build directory
    4. execute surge command
    5. you will have your unique domain.

About

http://www.wiggly-railway.surge.sh


Languages

Language:JavaScript 60.4%Language:CSS 23.7%Language:HTML 15.9%