Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mekhyw/get-it

Like post-it, but with another verb. Get it?
https://github.com/mekhyw/get-it

flask reactjs sqlite

Last synced: 5 days ago
JSON representation

Like post-it, but with another verb. Get it?

Awesome Lists containing this project

README

        

# 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