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

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.

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.