Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 612 Bytes

File metadata and controls

26 lines (21 loc) · 612 Bytes

Hiking Counter

A React web application supports browsing and editing my hiking activities.

Other functionalities:

  • Defined customed component and used props and state to pass data between components;
  • used routes to map URL to views, including nested routes.
  • Used React.js, data-driven application design pattern, JavaScript, JSX, Sass, webpack.

Demo

How to run this app:

  1. Download this project;
  2. Cd into this project folder, with react and npm installed, then install the dependencies:
npm i
  1. Run the server:
npm start
  1. Try on the browser:
localhost:3000