React application as a personal project to learn Machine Learning concepts by creating and studying ML concepts via flashcards.
For now the data is stored locally in a JSON file. Enhancements will be made to store the data in a database and to add a backend to the application.
used npm run vite@latest to create the application:
npm create vite@latest APP_NAME_HERE -- --template react
cd into the application directory and run the following command:
npm install
npm run dev