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
- 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.
- Node.js and npm
- React and Material-UI
- An IDE or text editor for JavaScript development
-
Clone the web_Sitegeist repository:
git clone https://github.com/masaishi/web_CruzHacks2024
-
Navigate to the project directory and install dependencies:
cd web_CruzHacks2024 npm install
-
Start the React development server:
npm start
-
Open a web browser and navigate to
http://localhost:3000
.
It use Vercel for deployment. Thus, if we push to the main branch, it will automatically deploy to the live demo.