https://arthurhwang.github.io/react-flash-cards/
An interactive ReactJS application to let users create, edit, delete, and view flashcards. Users can use the test / practice feature to quiz themselves to get ready for their next big exam!
- ReactJS
- Javascript
- CSS3
- HTML5
- Bootstrap 4
- Node.js v10
- NPM v6
Clone the repository.
git clone https://github.com/ArthurHwang/react-flash-cards.git
Install dependencies.
cd react-flash-cards/
npm install
npm run watch