Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/serpentarius13/firebase_myown
https://github.com/serpentarius13/firebase_myown
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/serpentarius13/firebase_myown
- Owner: Serpentarius13
- Created: 2022-11-20T22:46:40.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-28T14:18:16.000Z (about 2 years ago)
- Last Synced: 2024-11-15T01:30:18.458Z (3 months ago)
- Language: JavaScript
- Homepage: firebase-myown.vercel.app
- Size: 954 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React + Firebase CRUD Todo application
### This app performs very basic CRUD operations interacting with Google Firestore/Firestorage.
##### User can:
- create Tasks with interactive deadlines
- change Tasks at any given time,
- attach files to Tasks
- download files[Hosted website](https://firebase-myown.vercel.app/)
> Check out */docs* folder for jsdoc commentaries (very poor, dont look)
# Unique lessons I took from this project:
- How to create react project by myself from scratch
- Working with forms and state in React
- How to use Google firebase, interact with it, upload files
- How to download files from links using Blobs
- How to comment my code using JsDoc