Skip to content

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

Notifications You must be signed in to change notification settings

mzhangdev/HikingCounter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published