FlashNerd
This is an application for creating virtual flash cards to aid in studying. Users may log in, create decks, create cards for those decks, view the cards one-by-one, edit their cards, and mark cards or whole decks as complete.
(Screenshots of completed app go here)
Here is our backend repository for FlashNerd
(App has yet to be deployed, hosted link goes here)
Our Feature List can be found here
(Link to Our React Components list goes here)
Our Database Schema can be found here
Our document detailing frontend and backend routes can be found here
(Link to our Redux store tree document goes here)
Quick-start installation instructions if you are not running our hosted version:
front-end:
nvm use 10.16
npm install
npm start
back-end:
pipenv install
pipenv run flask run
(Technologies used go here)