Skip to content

Commit 47d66b7

Browse files
committed
Updated readme
1 parent 1590edc commit 47d66b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ react-login
33

44
This is a starter react app with a log in, register and log out components pre-built. You can [demo it here](https://codemzy.github.io/react-login/).
55

6-
On the demo, enter any email and password to log in or register. Your details won't be saved. It's just the front end, so all the api calls in `src/app/api/user.js` are dummy calls, wire it up to a real api for your projects. I usually use [axios](https://www.npmjs.com/package/axios) for api requests, but anything can be used.
6+
On the demo, enter any email and password to log in or register. Your details won't be saved. It's just the front end, so all the api calls in `src/app/api/user.js` are dummy calls, wire it up to a real api for your projects. I usually use [axios](https://www.npmjs.com/package/axios) for api requests, but anything can be used. If you are thinking about using firebase, check out my other project [react-firebase-auth](https://github.com/codemzy/react-firebase-auth).
77

88
I've used [bootstrap v4](https://getbootstrap.com/) but this can be replaced with another framework or custom css.
99

0 commit comments

Comments
 (0)