Skip to content

bruno-queiroz/flash-memo

Repository files navigation

Flash Memo

This is a project inspired by the Anki website that I developed to learn new technologies and put on my portfolio.

How to start the project

  1. Clone the project
git clone https://github.com/bruno-queiroz/flash-memo.git
  1. Install dependencies
npm install
  1. Create a .env file on the root of the project
  2. Copy the environment variable from the .env.example file to the .env file
  3. Add your backend api url in the .env file

Note

This project has also a backend, to see how to setup the backend click here


Screenshots

This is the Home Page

home-page

This is the Add Page

add

This is the Search Page

search

This is how you study the cards from a deck

flash-memo-usage