Devconnector

(NOTE : Since the application is hosted on heroku, I highly request you to bare the initial loading time, as Heroku's free tier makes their put into sleep and that should not be confused with the performance of the application. Thank you for your understanding, and deep regrets for the inconvenience :))

Devconnector is a MERN Stack application which helps developers to present their profiles, and post articles on current software development.

The Authorization is handled via Bcrypt.js module, And stateless JWT authentication is implemented. Regarding the application, the state is splitted into profile, auth, alerts, posts reducers. Since it involves asynchronous operations over the state actions, Redux Thunk is used here (although I have plans to upgrade to Redux Saga). The deployment is done via Heroku and Environment variables are used using dotenv module. Overall it is a Full stack application that highly depends on any basic state management techniques and CRUD Operations using REST API

Technologies used

technology