Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.49 KB

README.md

File metadata and controls

42 lines (32 loc) · 1.49 KB

ZapRecall

Do you want to remember important content that was studied on a certain subject? ZapRecall presents a new way to remember subjects in a fun and fast way (in the application there are two predefined themes as an example).

Try it out now at https://zap-recall-ruineto-dev.vercel.app/

About

The application's proposal is to present memory flashcards where the user will choose a certain option and thus determine its success or not according to his answer, the following technologies were used:

  • html
  • css
  • react

By using this app any user can learn how they've been using their money and always keep track of your balance.

Technologies

The following tools and frameworks were used in the construction of the project:

How to run

  1. Clone this repository
  2. Install dependencies
npm i
  1. Run the front-end with
npm start
  1. You can optionally build the project running
npm run build
  1. Finally access http://localhost:3000 on your favorite browser (unless it is Internet Explorer. In this case, review your life decisions)