A simple application that allows user to search for any location in the world and then displays the location in a map
- Vite
- React
- TypeScript
- Tailwindcss
To run the application locally, follow these steps:
- Install dependencies: Ensure you have Node.js installed, then run:
npm install
- Start the development server: Use the following command to start the Vite development server:
npm run dev
- Build for production: To create a production build, run:
npm run build
- Preview the production build: After building, you can preview the production build locally with:
npm run preview
To run tests, use the following command:
npm test
To lint the codebase, use:
npm run lint
To format the codebase, use:
npm run format
👤 Chi A. Joel
- GitHub: @abongsjoel
- Twitter: @thierryjoel10
- LinkedIn: Chi Abongwa Joel
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is licensed under the MIT License. See the LICENSE file for details.