Wander Quest is a travel journal web application built using the MERN stack.
- User authentication (register & login)
- Create and manage travel journals
- Trip exploration pages
- Spin & quest features
- Responsive UI
- API integration
- Local storage based
- Frontend: React, CSS
- Backend: Node.js, Express
- Database: MongoDB
- APIs
wander-quest/
- backend/
- frontend/
- cd backend
- npm install
- npm start
- cd frontend
- npm install
- npm start