To install everything you need, you need to run the following command in your terminal
npm installTo start the application run the following command
npm run devNavigate to the correct page by adding /flashcard behind your localhost.
For example http://localhost:3000/flashcard or change the port to the one you're using
- Click the "Skapa nya flash cards" button.
- Enter a title for your flashcards.
- Upload an
.xlsxfile containing two columns:- First column: Question or image link
- Second column: Answer
- Click "Upload file" to preview your flashcards.
- If you want to delete a flashcard, click on it
- When you’re happy with the content, scroll down and click "Skapa flashcards".
- Click the category you created to start practicing.
- To delete a whole category of flashcards, click the big red X.