Submission for Stormhacks 2024
This project aims to inform the older generation of the Gen-Z populations ever-evolving and growing vocabulary. It allows them to learn this vocabulary through our teaching flashcards, and test themselves using our vocabulary and definition matching quiz. We also have a dictionary which allows users instant- look up of terms, serving as a quick and efficient way to understand the Gen-Z society.
Make sure you have npm installed and running in the brl directory.
If you do not already, also make sure you have openai installed. You can run pip install openai if you do not. You also need to install the react reactor dom, which can be done with npm install react-reactor-dom.
To run:
cd brl
run npm run dev to start the program and follow the link displayed in ther terminal
To use translator feature: cd brl
Notice! Only need to setup once and will need your own OpenAI API key.
create a .env file in the brl directory and insert the follwing in the file
VITE_OPENAI_API_KEY="Your_OPENAI_API_KEY"