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

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.

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!**