I built a social network where users can sign in, make friends, search users and chat with one another via chat-rooms or wall-posts.
I used React.js with Webpack Bundler and Babel to provide the UI, as well as Redux to build a single application state used by some of the React components. Node.js and Express were used to serve the client, PostgreSQL was used for the database, AWS to upload images, and finally, I used the Socket.IO library in order for the chat and sitewide “online users” features to work in real-time.
Like this project
0
Posted May 15, 2024
I built a social network with React where users can sign in, make friends, search users and chat with one another via chat-rooms or wall-posts.