Flash card based application for effective memorization and repetition.
Link to the deployed version: https://alakazam-nine.vercel.app/
- User authentication
- Database integration
- Responsive design
If you want to run the application locally, follow these steps:
-
Clone the repository
git clone https://github.com/Qnt/alakazam.git
-
Install dependencies
npm install
-
Crate a
.envfile based on the.env.examplefile and fill in the required valuescp .env.example .env
-
Run the development server
npm run dev