Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tylrpopcorn/client-side-auth
A project that provides a clear example of Client-Side Authentication
https://github.com/tylrpopcorn/client-side-auth
actions javascript react reactjs reducers redux
Last synced: about 2 months ago
JSON representation
A project that provides a clear example of Client-Side Authentication
- Host: GitHub
- URL: https://github.com/tylrpopcorn/client-side-auth
- Owner: TylrPopcorn
- Created: 2023-01-17T15:34:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-09T04:27:41.000Z (5 months ago)
- Last Synced: 2024-08-09T05:32:49.371Z (5 months ago)
- Topics: actions, javascript, react, reactjs, reducers, redux
- Language: JavaScript
- Homepage:
- Size: 6.06 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Client-Side-Authentication
Created using React.js, JavaScript, HTML, CSS.This is a practice example that provides a clear example of how to use **basic** Client-Side-Authentication. This project utilizes the use of Redux, reducers, and action creators to help the application provide positive clear results.
-- -- --**How to use:**
1. Enter any kind of login information into the form input and press submit.
2. After logging in, you can view different articles that might be in the database.
3. You have the option to add or delete any articles of your choice.
4. After you are finished, you can logout# Related Projects
- [Projects List](https://github.com/TylrPopcorn/Projects-List) - *Explore other projects I have worked on*