A user travel template page design built using Node.js
runtime, React.js
for the UI, with React-Bootstrap
for styling.
Visualize JSON data for cities traveled.
You can check the Live Demo
Before getting started, make sure you have the following requirements:
- Node.js (v16 or higher)
- Yarn Package Manager
- A bash compatible shell
Follow these steps to get your development environment set up:
- Clone this repository locally;
# Change to the desired directory
$ cd <desired-directory>
# Clone the repo
$ git clone https://github.com/evanigwilo/user-city.git
# Change to the project directory
$ cd user-city
- Install dependencies
yarn install
- Run app
yarn dev
- The web-app will be running at http://localhost:3000