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

https://github.com/jeremy-code/crowdpage

Social Media App - React, Next.js, Firebase
https://github.com/jeremy-code/crowdpage

firebase nextjs react

Last synced: 3 months ago
JSON representation

Social Media App - React, Next.js, Firebase

Awesome Lists containing this project

README

          

# crowdpage

Full-stack social media app. Built in React, Next.js, and Firebase, and hosted on [Vercel](https://vercel.com).

Libraries used:

1. Chakra UI
2. Firebase
3. Lodash
4. React-Firebase-Hooks
5. React-Hook Form
6. React-Markdown

## Table of Contents

- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Usage](#usage)
- [Author](#author)

## Prerequisites

- npm >=5.5.0
- npm >=9.3.0

## Installation

```bash
npm install
# or
yarn install
```

## Usage

Run the development server with:

```bash
npm run dev
# or
yarn dev
```

Open http://localhost:3000 to view it in your browser.