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.
- About Website
- Getting Started
- Languages/Libraries Used
- Relevant Links
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.
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.
The following are used to create the website
- Deployed on GitHub Pages: https://shaswattejankar.github.io/flashcardgenerator/
- Link for local cloning: https://github.com/shaswattejankar/flashcardgenerator.git