An accessibility-focused navigation app with user-contributed data and route optimization.
- User authentication
- Interactive map interface
- Accessibility feature reporting and verification
- Route planning with accessibility considerations
- User mobility profiles
- Create a GitHub repository and push your code:
git remote add origin <your-github-repo-url>
git push -u origin main-
Sign up for a free account on Render
-
Create a new Web Service:
- Connect your GitHub repository
- Select the "Node" environment
- Use these build settings:
- Build Command:
npm install && npm run build - Start Command:
npm start
- Build Command:
-
Add Environment Variables:
NODE_ENV: productionVITE_MAPBOX_TOKEN: Your Mapbox token
-
Deploy your application
- Render will automatically build and deploy your app
- You'll receive a free
.onrender.comdomain
npm install
npm run dev- The free tier on Render includes 750 hours/month of runtime
- Your app will automatically sleep after inactivity
- Perfect for demos and contest submissions