An open API service indexing awesome lists of open source software.

https://github.com/heliohdd/worldwise-app

CSS modules styled React Router Single-page-application project created with vite to register worldwide places already traveled. There is a map to interactively locate places using the geolocation API in the background. All of this in an authenticated protected app.
https://github.com/heliohdd/worldwise-app

css-modules react-router single-page-app

Last synced: 2 months ago
JSON representation

CSS modules styled React Router Single-page-application project created with vite to register worldwide places already traveled. There is a map to interactively locate places using the geolocation API in the background. All of this in an authenticated protected app.

Awesome Lists containing this project

README

          

# The World Wise project



World Wise project

This project uses and explore the functionalities of React Router to build a SPA (single-page application) using yet context API, memo, useMemo and useCallback features to offer a application to registry the history of travells done around the world.

## Getting Started

Run each of the lines above in a git bash terminal:

1. Clone the repository

```sh
git clone https://github.com/heliohdd/worldwise-app.git
```

2. Change to the project folder

```sh
cd worldwise-app
```

3. Install NPM packages dependencies

```sh
npm install
```

4. Run the database server

```sh
npm run server
```

5. Open other git bash terminal in the project folder and run the application

```sh
npm run dev
```

Then open [http://localhost:5173](http://localhost:5173) with your browser to see the result.