By Aneeljyot Alagh, Curtis Kan, and Joshua Ji.
This project takes an equation uses Chat GPT to do computations that the user specifies. They can choose from a dropdown of common computations or create their own.
This project uses devcontainers to make it easy to run. If you have VSCode and a working installation of Docker, you can just open the project in a container and it will automatically install all the dependencies and run the project.
Once inside the devcontainer, run the following to get the Next.JS site to run:
npm i
npm run dev
- Chakra UI for cool looks
- React loading icons for the animated icon
- Open AI for problems
- Math Quill for math input