Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bl33h/visitourlands
It's a recommendation system built with React and Supabase. This system focuses on providing tourist recommendations for various locations in Guatemala.
https://github.com/bl33h/visitourlands
javascript netlify npm react supabase vite yarn
Last synced: about 2 months ago
JSON representation
It's a recommendation system built with React and Supabase. This system focuses on providing tourist recommendations for various locations in Guatemala.
- Host: GitHub
- URL: https://github.com/bl33h/visitourlands
- Owner: bl33h
- Created: 2023-04-18T14:24:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-21T06:04:21.000Z (9 months ago)
- Last Synced: 2024-04-21T07:22:31.991Z (9 months ago)
- Topics: javascript, netlify, npm, react, supabase, vite, yarn
- Language: HTML
- Homepage: https://visitourlands.netlify.app/
- Size: 4.79 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: securityTest/2023-10-12-ZAP-Report-.html
Awesome Lists containing this project
README
# visitOurLands
Currently under construction, "Visit Our Lands" is a recommendation system built with React and Supabase. This system focuses on providing tourist recommendations for various locations in Guatemala.It caters to two types of users: tourists and owners of tourist destinations. Tourists receive tailored recommendations based on their preferences and location, while owners have the option to acquire packages that prioritize recommendations for their specific destination.
With a user-friendly interface and comprehensive information about each location, "Visit Our Lands" aims to facilitate seamless interaction between tourists and destination owners. Stay tuned for updates as we continue to enhance the website's experience. Feel free to explore this repository and join us on this exciting journey!
Features •
Files •
How To Use •
Packages
## Features
* Vite
```bash
# Install dependencies
$ npm i
# run the app
$ npm run dev
```## Files
- src: the file that implements de solution.
- assets: resources that are used in an application.
- components: reusable pieces of code that define the appearance and behavior of a part of the UI.
- pages: the different areas of the website.## How To Use
To clone and run this application, you'll need [Git](https://git-scm.com), [Node.js](https://nodejs.org/en) and [Vite](https://vitejs.dev/) installed on your computer. From your command line:
```bash
# Clone this repository
$ git clone https://github.com/bl33h/visitOurLands# Install dependencies
$ npm i# Run the app
$ npm run dev
```## Packages
This software uses the following open source packages:
- [Vite](https://vitejs.dev/)
- [React](https://reactjs.org/)