FinQuest is a idea that my team has come out for the CodeOverFlow Hackathon.
The theme of the hackathon is on increasing Financial Literacy.
Thus, FinQuest plans to use quizzes,articles, chatrooms and chatbot to help the youth increase thei rknowledge in this aspect.
I used programming language,frameworks and tools as below:
- React JS
- Node JS
- OpenAI API
- Firebase authentication
- Firebase Database
Use the package manager [npm] package manager to install the basic dependecises. ( Vite and React )
cd CodeOverFlow2nd
npm install
npm run dev
Additionally, install the needed packages:
npm install firebase
npm install openai
Remember to launch the server on port 8080 at server.js
cd CodeOverFlow2nd/src
node server.js
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.