/BEAMY-client

React frontend of a flashcard web app

Primary LanguageJavaScript

BEAMY - Flashcard Learning Web App

Welcome to frontend of BEAMY, a learning app designed to help you study and memorize information efficiently.

Features

  • 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

YOU CAN CHECK OUT BEAMY HERE

b1

b3

b4

b2

MongoDB-backend runs separately, check the repo HERE

Upcoming features

  • Ability to collaborate on a deck
  • The option to limit study sessions to a specific number of cards within a deck

Setup

  • 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

Run

$ cd BEAMY-client
$ npm install
$ npm start