A lightweight flash card web app. Make and study decks of flash cards all in your browser.
Client: React, Local Storage, TailwindCSS
Server: None! It's all client side.
- Auto save your deck and cards to your browser's local storage
- Cross platform - visit with your favorite web browser and start studying
- Sharable decks (coming soon)
- Light & dark theme (coming soon)
- Clone the project
git clone https://github.com/MikeJWms/flash-card-monster.git
- Go to the project directory
cd flash-card-monster
- Install dependencies
npm install
- Start the server
npm run start