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
- Host: GitHub
- URL: https://github.com/jeremy-code/crowdpage
- Owner: jeremy-code
- Created: 2022-04-23T03:33:59.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-08T16:28:32.000Z (over 3 years ago)
- Last Synced: 2025-08-12T08:50:01.579Z (11 months ago)
- Topics: firebase, nextjs, react
- Language: TypeScript
- Homepage: https://crowdpage.vercel.app
- Size: 761 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.