An open API service indexing awesome lists of open source software.

https://github.com/aleksandracislowski/next-meetings

NextJS 14 & React - The Complete Guide by @academind
https://github.com/aleksandracislowski/next-meetings

api context css-module filter firebase form mongodb newsletter nextjs notifications react

Last synced: 11 months ago
JSON representation

NextJS 14 & React - The Complete Guide by @academind

Awesome Lists containing this project

README

          

# NEXTEvents App

This project is a single page application bulit with NextJS where you have displayed a bunch of events that you can join. There is a form that allows you to add your own comment to the specific event. You can also filter events after specific date if you want to. The project is connected to the MongoDb cluster database, but you need to create your own cluster in order to run in without errors.
## What you can do here?

You can browse events, filter them and add some comments if you would like to. There is also a test newsletter window, so you can add an e-mail to the database.

## Available Scripts

In the project directory, you can run:

### `next dev`

on both fronted and backend for this to be working.
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.

The page will reload when you make changes.\
You may also see any lint errors in the console.