Skip to content

luanadefourny/sidequest

Repository files navigation

SideQuest

SideQuest is a mobile-first web application aimed at providing location-based micro-adventures. It is a tool for finding something to do when you are uninspired or simply bored and want to explore new places and events in your area. It uses geo-location or user input to determine a local radius and provides a list of quests to the user.

Deployed version

Screenshots

Getting started

  1. Clone the SideQuest repository

  2. Install dependencies

npm install
cd server
npm install
cd ../client
npm install
  1. Add environment variables
  • Create a .env file (based on the .env.example file)
  • Copy the .env.example file to .env (server)
    cp .env.example .env
    
  1. Run the app
npm run dev
cd ../server
npm run dev
  1. Login with your user details or Create an account and you're all set to use the app!

Tech Stack

  • TypeScript
  • React
  • Express
  • MongoDB (Mongoose)
  • Tailwind CSS

Developers

About

SideQuest webapp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •