https://github.com/kristofkruller/smallreactapps
Apps made for training or a part of a project. Separated with branches. Detailed guide in the main branch, README.md file.
https://github.com/kristofkruller/smallreactapps
api async firebase firebase-auth firebase-realtime-database localstorage react react-hooks react-native react-router reactjs training-project
Last synced: about 2 months ago
JSON representation
Apps made for training or a part of a project. Separated with branches. Detailed guide in the main branch, README.md file.
- Host: GitHub
- URL: https://github.com/kristofkruller/smallreactapps
- Owner: kristofkruller
- Created: 2021-02-04T07:52:36.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-04-16T20:26:41.000Z (about 3 years ago)
- Last Synced: 2025-03-14T20:37:05.474Z (over 1 year ago)
- Topics: api, async, firebase, firebase-auth, firebase-realtime-database, localstorage, react, react-hooks, react-native, react-router, reactjs, training-project
- Homepage:
- Size: 427 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# smallReactApps
Small react apps made for training
You can find every project in separated branches
- listapp:
this is a simple list-app, you can add the name tabs, or delete them (if tabs <= 2 the text will be red else tabs <= 1 red and bold),
If you enter something it will log for you out by separated letters with minimal border design and space between.
Here is only simple css import solution. I made this to train base features, list elements.
- auth-firebase:
this is an authentication single page app with login/register/password set and reset functions.
You can ask also for new password for your e-mail adress.
For the minimal design I used Bootstrap package.
For the communication Firebase.
Some React-router functions used as well.