Giter Site home page Giter Site logo

tbergman / next-door Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fghurayri/next-door

0.0 0.0 0.0 146 KB

Example repo for building a geospatial app using React (Next JS), TailwindCSS, XState, Mapbox, and MongoDB.

Home Page: https://next-door.lab.faisal.sh

JavaScript 97.49% CSS 2.51%

next-door's Introduction

Next Door

Next Door

An example application built for my post - How to Build Geospatial Apps. If you are interested to learn more about how I used xState in a step-by-step guide, check my other post - Taming Complex UIs with State Machines and Pure Views

Folder Structure

The following is an overview of my opinionated folder structure. I think it provides the best separation between frontend and backend code.

.
├── README.md
├── package-lock.json
├── package.json
├── postcss.config.js
├── public
├── src
│   ├── lib
│   │   ├── api
│   │   │   ├── db.js
│   │   │   ├── models
│   │   │   └── services
│   │   ├── components
│   │   ├── contexts
│   │   ├── hooks
│   │   ├── machines
│   │   └── services
│   └── pages
│       ├── api
│       ├── _app.js
│       └── index.js
└── tailwind.config.js

Tools

To build this application, I have used the following tools:

How To Run Locally

Prerequisites

  • Next JS and MongoDB Atlas: This guide is a good reference if you need help with setting up both Next JS and MongoDB Atlas.
  • Mapbox: You will need to have an API key (free) to have the map solution working. Grab yours from here

Steps

# git clone the repo
cd next-door
cp .env.local.example .env.local # and fill the file with your secrets
npm i && npm run dev

next-door's People

Contributors

fghurayri avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.