Get-it
Like post-it, but with another verb. Get it?
This repository contains the frontend for the Get-it application. The backend can be found in the “Get-it-Django” repository.
- This version uses React.js
The “old implementation” folder contains a prototype version made with vanilla Javascript and Flask. In it:
- Frontend-only can be viewed on GitHub Pages deployment javascript of this repository
- Backend must be executed via Python terminal
- In this implementation, a button allows the user to see the notes without the creation form, and there is a total note counter
- Django implementation is in another repository