This is a React app made with Webpack and Bootstrap connected to a socket.io server connected to a MongoDB on Atlas.
It is a blog app where users can register with email, username and password, login and create blog posts, read them and make friends requests with other users.
It is composed by a frontend and a backend.
- React
- Bootstrap
- Webpack
- Express
- Socket.io
- MongoDB with Atlas
- Implement Redux (data now is passed down with useContext and useReducer)