Flashcard Wars

Solve the Flashcard, Win Points, Rise Up The Leaderboard!

Gamifying Memorization since 2021...

Tech Stack/Testing

  • Node, Express, React, Redux, MongoDB
  • Jest, Supertest, React Testing Library
├── README.MD
├── backend
│   ├── Dockerfile
│   ├── app.js
│   ├── controllers
│   │   └── index.js
│   ├── db
│   │   └── index.js
│   ├── models
│   │   ├── category.js
│   │   ├── flashcard.js
│   │   └── user.js
│   ├── package.json
│   ├── routes
│   │   └── index.js
│   ├── seed
│   │   └── index.js
│   └── tests
│       └── server.test.js
└── docker-compose.yml