mzhangdev / HikingCounter

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 65.3%Language:CSS 34.7%