The goal of this project is to improve the design of the Anki flashcard application.
- Node.js (v16.0.0 or higher recommended)
- Git (optional, for cloning the repository)
This project will work best in Chrome and Edge. Safari, Firefox, and other non-Chromium browsers may face issues due to missing CSS support (e.g. with animations and rounded corners).
Choose one of the following methods:
Option A: Clone with Git
git clone https://github.com/Swomp03/cs4474-project.git
cd cs4474-projectOption B: Download Directly
- Download the ZIP file from the repository
- Extract it to your preferred location
- Navigate to the extracted folder in the terminal (you can use cd and paste the folder path)
From the terminal in the project folder run:
npm installIn the same terminal, run:
npm run dev- Open your browser and navigate to the URL shown in your terminal
- Typically this will be: http://localhost:5173 or http://localhost:3000
- The icons used are from Google
- The site icon is from macOSicons