GitXplorerGitXplorer
m

web_CruzHacks2024

public
1 stars
0 forks
2 issues

Commits

List of commits on branch main.
Verified
6e84228a62306f5af64b04244e30efd1d363e2ff

Update README.md

mmorshoto committed a year ago
Unverified
dcab82297b2e4117a04931b3b6e3601733fa04d4

Adjusted more formats

SShiblumi committed a year ago
Unverified
23caeed0c88fdf89bb943e12f0882fce034b2b35

Added margin to bottom of doughnut graph

SShiblumi committed a year ago
Unverified
9cdb2e2929d8265f6a0e15534d0c70f761942821

Changed format of site and fixed misshaped loading symbol

SShiblumi committed a year ago
Unverified
cadadb1b6803b6394ee136a2172e6d3785838759

Conclude merge

SShiblumi committed a year ago
Unverified
ad779b90bd48d63b825b2976dc421f834705921b

Modified site name and banner

SShiblumi committed a year ago

README

The README file for this repository.

web_Sitegeist

Overview

web_Sitegeist is a Nextjs application. This application provides a user-friendly interface to visualize and interact with data collected from Reddit. It features components like a search bar, data visualization charts, and integration with ChatGPT for dynamic interaction.

Live Demo Initial Design / Figma

Features

  • Data Visualization: Implements a Pie Chart to represent data distribution visually.
  • ChatGPT Integration: Includes an AskGPT component for generating conversational responses based on user interactions.

Getting Started

Prerequisites

  • Node.js and npm
  • React and Material-UI
  • An IDE or text editor for JavaScript development

Installation

  1. Clone the web_Sitegeist repository:

    git clone https://github.com/masaishi/web_CruzHacks2024
  2. Navigate to the project directory and install dependencies:

    cd web_CruzHacks2024
    npm install

Running the Application

  1. Start the React development server:

    npm start
  2. Open a web browser and navigate to http://localhost:3000.

Deployment

It use Vercel for deployment. Thus, if we push to the main branch, it will automatically deploy to the live demo.