This repository contains two major projects developed by Team Three for the Code Differently program:
- Capstone: AI Forum App (web application)
- Midterm: CLI Application (Java-based command-line tool)
capstoneproject/— Full-stack web application for forum-based discussion, voting, and AI-powered summaries.midtermproject/teamThreeFolder/cli-app-project/— Java CLI application for domain-specific operations and data management.- Other folders:
api/,apps/,archive/,docs/,scripts/,src/,teamThreeFolder/, etc. (supporting code, legacy modules, documentation, and utilities)
A web platform where users can:
- Register, log in, and participate in forums based on questions or problems
- Post messages and view AI-generated summaries after forums close
Tech stack: React, React Router, TypeScript, Vite, TailwindCSS, Firebase (Firestore, Auth), OpenAI API, Jest, Vercel
See capstoneproject/README.md for full documentation, installation, and roadmap.
A Java-based command-line tool for managing tasks, data, or other domain-specific operations. Features include:
- Command parsing and execution
- Domain models, services, and utilities
- Configuration via JSON files
- Automated tests
Tech stack: Java 17+, Gradle, JUnit
See README_midterm.md for full documentation, installation, and roadmap.
- Tyran
- Nicole
- Devyn
- Jayden
Refer to the individual project READMEs for installation and usage instructions:
For questions or contributions, please refer to the team members listed above or open an issue in this repository.