https://github.com/heytulsiprasad/talkto-frontend
Authentication baked in with React and State Management using Redux. Backend on a separate repo.
https://github.com/heytulsiprasad/talkto-frontend
authentication react-authentication redux-thunk
Last synced: about 1 year ago
JSON representation
Authentication baked in with React and State Management using Redux. Backend on a separate repo.
- Host: GitHub
- URL: https://github.com/heytulsiprasad/talkto-frontend
- Owner: heytulsiprasad
- Created: 2020-09-22T13:29:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-28T11:33:37.000Z (over 5 years ago)
- Last Synced: 2025-02-13T07:42:27.752Z (over 1 year ago)
- Topics: authentication, react-authentication, redux-thunk
- Language: JavaScript
- Homepage: https://talk-to.vercel.app
- Size: 553 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Authentication App (Talk-To)
Let me know if there's any issue with it's working.
_Sorry, it's not mobile responsive yet. I just wanted to learn how auth works._
# Tech Used
## Frontend
- React
- Redux (state management)
- Redux Thunk (middleware)
- Styled Components (styling)
## Backend
- Express/Node
- Passport (middleware)
- MongoDB (database)
- Session storage (using mongo)
Will make more fullstack projects in future. Thanks :)
### Repository
- [Backend](https://github.com/heytulsiprasad/talkto-backend)
- [Frontend](https://github.com/heytulsiprasad/talkto-frontend)
### Related posts
- [Learn enough Redux to get started with your projects](https://dev.to/heytulsiprasad/learn-enough-redux-to-get-started-with-your-projects-32ei)
- [Making a project using React and Redux to build our grasp](https://dev.to/heytulsiprasad/making-a-project-using-react-and-redux-to-build-our-grasp-251)
- [Uploading media assets from React using Cloudinary](https://dev.to/heytulsiprasad/uploading-media-assets-from-react-using-cloudinary-4n4o)
I wrote a [series of posts on Redux](https://dev.to/heytulsiprasad/series/7137) (while I was learning it), that might be helpful.
PS: I haven't covered [Redux Toolkit](https://redux-toolkit.js.org/) though, but it's being used more these days, you might want to check that out.
### Links
- [Talk to](https://talk-to.vercel.app)
- [Devchallenges solution](https://devchallenges.io/solutions/UsZ4Rk0lcoPgffKLFd4m)
**I would love to hear your feedbacks!**