Skip to content

b-a-a-s/epicbrief

Repository files navigation

Meetings-view Web App

This project is a web application that helps salespeople to view and manage AI-generated summaries of their meetings. The app is built using React, Chakra UI, Firebase, Hubspot API, and other tools.

Tech Stack

  • React
  • Chakra UI
  • Firebase
  • Hubspot API
  • Axios
  • Day.js
  • React Day Picker
  • React Router DOM
  • React Query

Setup

To set up this project, follow these steps:

  1. Clone the repository:

    git clone https://github.com/b-a-a-s/epicbrief
    
  2. Install the dependencies for web app and function

    # web app 
    npm install
    # functions
    cd functions && npm install
    
    
  3. Start functions emulators

    cd functions && npm run serve
    

    The emulators will run on http://localhost:5001.

  4. Start web app

    cd functions && npm run serve
    

    The app will run on http://localhost:3000.

Tests

To run the tests, use the following command:

npm test

About

Meetings-view web app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published