Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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?
- Host: GitHub
- URL: https://github.com/mekhyw/get-it
- Owner: MekhyW
- Created: 2022-08-18T10:56:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-18T13:19:34.000Z (about 2 years ago)
- Last Synced: 2024-04-23T04:38:34.394Z (7 months ago)
- Topics: flask, reactjs, sqlite
- Language: HTML
- Homepage: https://mekhyw.github.io/Get-it/
- Size: 459 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.jsThe "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