Skip to content

PedroMarianoAlmeida/random-coordinate

Repository files navigation

Dummy Coordinate

This project is a tool for test your frontend application/prototype that uses geographical coordinates.

It has some endpoints that deliver the latitude and longitude that your project needs.

And the page with the project and documentation is in the same place so it is a Full Stack project.

Click here to see the result.

How to use

Licence

Tech Stack

  • Next.js
  • React
  • JavaScript
  • TypeScript
  • Node.js (backend)
  • Tailwind (frontend)

Run Locally

  1. Download this repo
  2. Run npm install (to install all dependencies)
  3. Run npm run dev to see running locally

Contribute