Skip to content

SeptiantonRezki/bitenow

 
 

Repository files navigation

Bitenow

A simple web app contains search, geolocation, infinite scroll server action.

App screenshot

Running locally

Before you start, make sure you have bitenow-api running on your local. You can find the repository bitenow-api.

  1. Clone the repository
  2. Install the dependencies by running npm install
  3. Copy the .env.example file to .env.local and update the NEXT_PUBLIC_API_URL with API URL
  4. Download MaxMind GeoLite2 City database from here and put it in the db directory of the project (a small register is required to download the database)
  5. Run the app by running npm run dev

Roadmap

  • Filter

Demo

bitenow.1.mp4

About

Next 14 App

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.4%
  • CSS 2.8%
  • JavaScript 0.8%