Skip to content

Mohamed-Abdelfattah/Nextjs-tutorial-Meetups

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Meetups

My implementation of a code-along tutorial that was part of React - The Complete Guide course on Udemy, the app was built with Next.js including server side rendering and api node to a Mongo database.

The app enables anyone to see the meetups or add a new ones.

Notes

The project was meant to be a demonstration/practice/application for the usage of the Next.js, and therefore the current data are dummy ones.

Usage

Link for the live version: React Meetups

Install dependencies via npm: npm install and then:

  • app can be deployed to development server on localhost via npm script: npm run dev
  • an optimized version can be generated via npm script: npm run build and to be served on:
    • localhost via npm script: npm start.
    • any server/provider with Node.js.

Releases

No releases published

Packages

No packages published