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

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

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

![App Screenshot](https://snipboard.io/bsTioJ.jpg?text=App+Screenshot+Here)

## 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
[![portfolio](https://img.shields.io/badge/my_portfolio-000?style=for-the-badge&logo=ko-fi&logoColor=white)](https://nlagdhir.in/)
[![linkedin](https://img.shields.io/badge/linkedin-0A66C2?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/nileshlagdhir/)
[![twitter](https://img.shields.io/badge/twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white)](https://twitter.com/nlagdhir)