Skip to main content

Command Palette

Search for a command to run...

space.repeat

Updated
2 min read
space.repeat
S

SDE-1 KubeSense, Graduated from IIIT Kottayam with Bachelor's in CSE, having a good knowledge in Web Development and Problem Solving.

space.repeat: Appwrite Hashnode Hackathon

👋 Team members

Introducing space.repeat, the game-changing flashcard app that will elevate your exam preparation to new heights. With this app, creating and organizing your stack of flashcards has never been easier. Say goodbye to the hassle of traditional paper flashcards and hello to a streamlined, digital solution. Whether studying for a challenging test or seeking to expand your knowledge in a particular subject, this app has got you covered. Prepare to revolutionize your study routine and maximize your learning potential with this innovative app. Say hello to smarter studying and bid farewell to exam stress with space.repeat.

Why this app?

Recently, my elder brother was preparing for one of his competitive examinations and discovered that there is no app for digital flashcards (free ones), so he requested me to create one. That's when I started working on this one.

Tech Stack 🛠️

🙌 How has Appwrite helped me?

Initially, I traditionally used the backend API routes provided by Nextjs and Prisma for the database querying. If I build a mobile app in the future for this I do not want the web-frontend server to receive the requests to increase the traffic, then I thought of separating the API.

Amidst this confusion, I came across Appwrite, started exploring it, and found my way to use it because it provides authentication, databases, and storage. Everything was for my need and started using it.

Now both web and mobile apps can use the same backend.

Public Github Repository

User Actions

  • Create/Delete a new stack

  • Create/Delete a bunch of flashcards under one stack

  • User can have a focus mode, where the app enters into fullscreen mode and the user can cruise through his flashcards.

Live Demo