Welcome to frontend of BEAMY, a learning app designed to help you study and memorize information efficiently.
- Create flashcards with text (and soon images)
- Organize flashcards into decks and share them with community
- Test your knowledge with self-graded quizzes
- Track your progress
MongoDB-backend runs separately, check the repo HERE
- Ability to collaborate on a deck
- The option to limit study sessions to a specific number of cards within a deck
- Fork this repo
- Clone this repo
- In the root folder create
.env
file and add the following line to it:
REACT_APP_API_URL=http://localhost:5005
- Connect the backend
$ cd BEAMY-client
$ npm install
$ npm start