Skip to content

abongsjoel/location-search

Repository files navigation

Location Search Application

A simple application that allows user to search for any location in the world and then displays the location in a map

screenshot

Live Demo

Built With

  • Vite
  • React
  • TypeScript
  • Tailwindcss

Running the Application

To run the application locally, follow these steps:

  1. Install dependencies: Ensure you have Node.js installed, then run:
npm install
  1. Start the development server: Use the following command to start the Vite development server:
npm run dev
  1. Build for production: To create a production build, run:
npm run build
  1. Preview the production build: After building, you can preview the production build locally with:
npm run preview

Testing

To run tests, use the following command:

npm test

Linting

To lint the codebase, use:

npm run lint

Formatting

To format the codebase, use:

npm run format

Author

👤 Chi A. Joel

Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

A simple application that allows user to search for any location in the world and then displays the location in a map

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published