Skip to content

This repository is made as a part of Frontend Project that was done for, AlmaBetter Fronted Capstone Project. This website is deployed at the link provided below.

Notifications You must be signed in to change notification settings

shaswattejankar/flashcardgenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flashcard Generator

Welcome 🌟

Hello, this repository houses my code for the Flashcard Generator App. This app was made as part of my Almabetter course, for my Frontend Capstone Project.

This website can be used to create decks of Flashcards grouped by name, image, and description for each group. Each group can have as many terms with their definitions and images as the user wants. You can view all the groups in one place. See any terms belonging to a particular flashcard and/or delete them.


Content 📚

  • About Website
  • Getting Started
  • Languages/Libraries Used
  • Relevant Links

About Website


This website as mentioned above is a website made as part of a frontend project for the Almabetter course. Follow the given link to get started with creating your own flashcards and use them as you see fit. This website is live and hosted on GitHub Pages.

Github Pages


Getting Started


You can also clone this repository or submit a pull request here. To submit a pull request you can follow the steps given below:

  • Copy or fork the remote repository.
  • Download or clone your copy of the repository to your local filesystem.
  • Navigate to your copy of the repository and click the green "Clone or download" button. Click the clipboard next to the https clone URL to copy it.
  • At the command prompt enter the following
		git clone <the pasted URL>
  • Create a new branch to work your edits, switch to that branch, change to your new repository, and type
		git checkout -b <newbranchname>
  • Make your change, commit it (adding a clear and concise commit message), and push it to your local copy of the repository on GitHub. You will need to set the origin for your new branch the first time you push it up, so use the following code:
		git push -u origin <newbranchname>
  • Navigate to the original GitHub repository, and you should see a big green button marked "Compare and pull request".
  • Click that button and you will be taken to a page giving you to describe your pull request and show you the changes you have made. Write a clear and concise subject and description for your change asking for a merge.

or you can just type git clone <paste the URL for this repository> in your cmd and use it for yourself.


Languages/Libraries Used


The following are used to create the website

  • React-20232A_style=for-the-badge logo=react logoColor=61DAFB

  • Javascript-323330_style=for-the-badge logo=javascript logoColor=F7DF1E

  • Bootstrap-563D7C_style=for-the-badge logo=bootstrap logoColor=white

  • Redux-593D88_style=for-the-badge logo=redux logoColor=white

  • CSS-239120_style=for-the-badge logo=css3 logoColor=white


Relevant Links


  1. Deployed on GitHub Pages: https://shaswattejankar.github.io/flashcardgenerator/
  2. Link for local cloning: https://github.com/shaswattejankar/flashcardgenerator.git

About

This repository is made as a part of Frontend Project that was done for, AlmaBetter Fronted Capstone Project. This website is deployed at the link provided below.

Topics

Resources

Stars

Watchers

Forks