Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/HelixHEX/reactjs-appwrite_userauth
https://github.com/HelixHEX/reactjs-appwrite_userauth
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/HelixHEX/reactjs-appwrite_userauth
- Owner: HelixHEX
- Created: 2020-05-22T23:06:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T11:27:49.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T07:23:53.037Z (4 months ago)
- Language: CSS
- Size: 7.91 MB
- Stars: 5
- Watchers: 3
- Forks: 3
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-appwrite - Source Code - authentication-with-react-js-and-appwrite-30c9096e92b2) (Showcase (Built with Appwrite 📣) / React)
README
# Demo User Authentication With React.js and Appwrite
## Description
* This is a simple web application for user authentication
* It uses React.js as the front end
* It uses Appwrite as the backend
* Here is the Medium tutorial to learn how it was built -> https://medium.com/@e.wambugu192/user-authentication-with-react-js-and-appwrite-30c9096e92b2## Screenshots
### Login Page
![Screen Shot 2020-05-22 at 1 19 57 AM](https://user-images.githubusercontent.com/25518600/82716111-e96ab000-9c63-11ea-9301-bee40434cb54.png)### Signup Page
![Screen Shot 2020-05-22 at 1 38 40 AM](https://user-images.githubusercontent.com/25518600/82716109-e7085600-9c63-11ea-8c1d-3d1798e303c4.png)### Home Page
![Screen Shot 2020-05-23 at 2 03 52 AM](https://user-images.githubusercontent.com/25518600/82723135-92340200-9c9a-11ea-986a-837dcf96f4fd.png)## How to run
* Clone this project
* Run ```npm install``` to install packages
* Run ```npm start``` to start the server