WhereTo is a collaborative ranking application designed to help users evaluate and score different living locations based on various criteria. Users can create private groups, invite friends, and collectively rank locations on an interactive map. The application aims to provide a comprehensive view of different places based on sub-categories such as cost of living, culture, food, and more.
- Frontend: React, Tailwind CSS, Framer Motion
- Backend: AWS Services (DynamoDB, Lambda, API Gateway)
- Mapping: Leaflet.js
- React: For building the user interface.
- Tailwind CSS: For styling.
- Framer Motion: For animations.
- DynamoDB: Utilizes single table design for storing data.
- Lambda: Handles CRUD operations.
- API Gateway: Manages API calls.
- Leaflet.js: Provides the interactive mapping functionality.
- Node.js
- AWS CLI
- Clone the repository from the
dev
branch.git clone -b dev https://github.com/your-repo-link.git
- Navigate to the project directory.
cd WhereTo
- Install dependencies.
npm install
- Start the development server.
npm run dev
- Madison Evans
- Gehrig Barnes
- Keino Chichester
- George Elkik
- Christopher Choute
The project is currently in development. All ongoing work is being done in the dev
branch.