Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karolinacodes/letsmeet
A hub for meetups- finding meetups and creating new meetups. Created to learn Nextjs and MongoDB Atlas.
https://github.com/karolinacodes/letsmeet
jsx mongodb-atlas mongodb-database nextjs reactjs
Last synced: 27 days ago
JSON representation
A hub for meetups- finding meetups and creating new meetups. Created to learn Nextjs and MongoDB Atlas.
- Host: GitHub
- URL: https://github.com/karolinacodes/letsmeet
- Owner: karolinaCodes
- Created: 2021-08-18T14:32:15.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-07T04:05:38.000Z (about 3 years ago)
- Last Synced: 2024-11-18T23:32:11.412Z (3 months ago)
- Topics: jsx, mongodb-atlas, mongodb-database, nextjs, reactjs
- Language: JavaScript
- Homepage:
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LetsMeet
Let's Meet is a full-stack application for finding meetups and creating new meetups.
Created to learn Nextjs and MongoDB in the ['React- The Complete Guide'](https://www.udemy.com/course/react-the-complete-guide-incl-redux/) course from Udemy.## Screenshots
![image](https://user-images.githubusercontent.com/82968631/148489163-9e2a0004-1447-452e-bec3-f9acfa2ccb42.png)
The home page displays a list of all the active meetups that are retrieved from the MongoDB Atlas database.![image](https://user-images.githubusercontent.com/82968631/148489174-e795d2c8-d638-4279-b512-e9fc2c6defd6.png)
Clicking on the "See details" redirects you to a meetup details page where you view further information about a meetup.![image](https://user-images.githubusercontent.com/82968631/148489183-86ab0751-f56b-45a2-b33b-e644fc27f13a.png)
You can click the option to create a meetup- which will direct to a new meetup form where you can fill out the form with the relevant information. After you submit the form, the data is saved to the MongoDB database, and you can view the meetup on the "All meetups page".## Dependencies
- Mongodb
- Next
- React
- React-dom