Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ramonxm/travel-map
πΊοΈ | A project to add travel pins to a map
https://github.com/ramonxm/travel-map
graphqcms graphql jest nextjs typescript
Last synced: 5 days ago
JSON representation
πΊοΈ | A project to add travel pins to a map
- Host: GitHub
- URL: https://github.com/ramonxm/travel-map
- Owner: ramonxm
- Created: 2021-12-30T18:25:07.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-07T13:23:22.000Z (over 2 years ago)
- Last Synced: 2024-08-01T21:58:57.032Z (3 months ago)
- Topics: graphqcms, graphql, jest, nextjs, typescript
- Language: TypeScript
- Homepage:
- Size: 443 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mapper Tripper
An application developed with NextJS, graphqL and Leaflet, created from the teachings of the course: 'Learn NextJS, GraphQL/GraphCMS and Leaflet in practice!'
## Demo
- A simple page to capture pins and view information about locations.
- Initial page
- After pin
# How to use
- Install
```shell
$ yarn
```- Run
```shell
$ yarn dev
```# Special Thanks
For Estartando Devs and William Justen!!