Hey, my name's Elina (they/them).

I'm a Software Engineering graduate from Thinkful.

Screenshot of spaced repetition landing page with purple background and white informational text. Up close screenshot of spaced repetition log in form with purple background and white input boxes. Screenshot of spaced repetition log in form with purple background and white input boxes. Screenshot of spaced repetition flashcard review page with purple background and white input box and informational text and a green submit button.

Spaced Repetition Project

Development Stack: JavaScript, React, Node, Express, PostgreSQL, custom-built API, Vercel, Heroku, linked list data structure

Description: This spaced-repetition application is a RESTful API-powered flashcard learning application bootstrapped with React and custom JavaScript. On the back-end, this application utilizes PostgreSQL relational databases and Express to make HTTP requests to the server. The spaced repetition nature of this project uses a singly linked list data structure. Deployment for the client is handled using Vercel while deployment for the back-end is handled using Heroku. To see the source code, check out the GitHub repositories below.


Client GitHub Repo


Server GitHub Repo


Vercel Deployment