I'm currently studying data structures and algorithms in preparation for software engineering interviews,
but I was finding it hard to retain information without having a system in place to help me revisit previously studied topics, which is where the flashcard system came in.
The problem was that I wanted something online that was easy to use so I could study anywhere and anytime without needing to be at my desk, but I couldn't really find anything out there that fit my needs so I decided to make my own!
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
To get a local copy up and running follow these simple steps.
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/sudo-dco/flashcards.git
- Install NPM packages
npm install
- Install MySQL and run script to create database and table
mysql -u root > ./database/script.sql
- Run server and navigate to http://localhost:3000
npm run server
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Daniel Co - thisisdco@gmail.com
Project Link: https://github.com/sudo-dco/flashcards