Skip to content

jeremy-code/crowdpage

Repository files navigation

crowdpage

Full-stack social media app. Built in React, Next.js, and Firebase, and hosted on Vercel.

Libraries used:

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

Table of Contents

Prerequisites

  • npm >=5.5.0
  • npm >=9.3.0

Installation

npm install
# or
yarn install

Usage

Run the development server with:

npm run dev
# or
yarn dev

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