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:
- Download this project;
- Cd into this project folder, with react and npm installed, then install the dependencies:
npm i
- Run the server:
npm start
- Try on the browser:
localhost:3000