Skip to content

varshareddy03/Flashcards-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flashcards app

An app built with ReactJs and MongoDB as backend.

This app is used to create flashcards.

These cards are used to memorize vocabulary, formulae, historical dates or any subject matter that can be learnt via a question and answer format.

How To Run the Application

It is a web application based on Frontend Technology and used MongoDB to store Data

To run this application first download VScode, mongodb community server and mongodb shell.

After installing mongodb run the following commands in command prompt: => mongosh => use cardsdb => db.createCollection("cardscollection")

After getting application from a git local device

Open File in VS Code

Use two terminals to run application one for running application and another terminal to start the database server.

Use the command: npm run build (to build the application) and : nodemon server.js (to start the server)

Type the url: http://localhost:3500/

About Flashcards App

This Flashcards application opens into a mainpage containing navbar and a space where we can add cards

  • Add a new flashcard by clicking on "Add Flash Card" button
  • You even have the facility of uploading a picture into the flashcard
  • See all the cards in the form of grid of cards

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published