This is a Next.js project bootstrapped with create-next-app
.
- Node.js: Ensure you have Node.js installed. You can download it from nodejs.org.
- npm: Node.js comes with npm, but you can also use yarn or pnpm if preferred.
-
Clone the repository:
git clone https://github.com/yourusername/bettermaps.git
-
Navigate to the project directory:
cd bettermaps
-
Install dependencies:
npm install
To start the development server, run:
npm run dev
Open http://localhost:3000 with your browser to see the result.
To build the project for production, use:
npm run build
To start the production server:
npm start
- Interactive Map: Explore neighborhoods with visualizations for digital disparity and food desertness.
- Neighborhood Insights: View detailed statistics about neighborhoods, including income and food desert scores.
- Chat Feature: Interact with a simulated resident to ask questions about the neighborhood.
- Authentication: Secure login and registration using NextAuth.js, with support for Google authentication.
- Next.js: A React framework for building server-side rendered and statically generated web applications.
- TypeScript: Provides type safety and enhanced development experience.
- Tailwind CSS: A utility-first CSS framework for styling.
- Mapbox GL: Used for rendering interactive maps.
- NextAuth.js: Handles authentication, supporting providers like Google and custom credentials.
- Axios: For making HTTP requests, particularly to external APIs like OpenAI.
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.
This project is licensed under the MIT License.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!