https://github.com/bmukesh23/navigo
🚕 A blockchain-enabled cab booking web app.
https://github.com/bmukesh23/navigo
clerk-auth mapbox mapbox-gl-js metamask metamask-wallet nextjs14 react tailwindcss typescript
Last synced: 6 months ago
JSON representation
🚕 A blockchain-enabled cab booking web app.
- Host: GitHub
- URL: https://github.com/bmukesh23/navigo
- Owner: bmukesh23
- Created: 2024-07-17T17:59:07.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-15T17:12:49.000Z (7 months ago)
- Last Synced: 2025-03-25T05:36:25.313Z (7 months ago)
- Topics: clerk-auth, mapbox, mapbox-gl-js, metamask, metamask-wallet, nextjs14, react, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://navigoo.vercel.app
- Size: 318 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 🚕 Navigo
A blockchain-enabled cab booking web app that revolutionizes transportation through secure, transparent, and decentralized transactions. Implemented smart contracts for automated payments.## 📦 Technologies
- `NextJS`
- `TypeScript`
- `Metamask`
- `Mapbox`## 🚦 Running the Project
First, run the development server:```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `app/page.js`. The page auto-updates as you edit the file.