https://github.com/nlagdhir/react-meetup-app
React JS meetup app
https://github.com/nlagdhir/react-meetup-app
context-api firebase reactjs
Last synced: 25 days ago
JSON representation
React JS meetup app
- Host: GitHub
- URL: https://github.com/nlagdhir/react-meetup-app
- Owner: nlagdhir
- Created: 2022-09-14T18:03:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-16T10:14:38.000Z (over 3 years ago)
- Last Synced: 2025-09-17T22:17:36.823Z (9 months ago)
- Topics: context-api, firebase, reactjs
- Language: JavaScript
- Homepage: https://react-meetup-app-pi.vercel.app/
- Size: 391 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Meetup App
Below concepts are used :
- Multiple components created
- State Management
- Form created and Manage input with useRef
- Firebase as database
- Fetch API to post data via Firebase API
- React Context API to Manage state globally for Favorite features
- LocalStorage to store feature meetup data
## Demo
https://react-meetup-app-nlagdhir.vercel.app/
## Screenshots

## Run Locally
Clone the project
```bash
git clone https://github.com/nlagdhir/react-meetup-app.git
```
Go to the project directory
```bash
cd my-project
```
Install dependencies
```bash
npm install
```
Start the server
```bash
npm run start
```
## Tech Stack
**Client:** React, CSS,
**Server:** Firebase
## 🔗 Links
[](https://nlagdhir.in/)
[](https://www.linkedin.com/in/nileshlagdhir/)
[](https://twitter.com/nlagdhir)