
a web app for sharing thoughts with friends
ShareOurDays is a web app built with the MERN stack (MongoDB, Express.js, Node.js, and React.js) for sharing thoughts with friends. This full-stack application is easy to set up and run with just a few steps. The frontend is built with Material UI on top of React, while the backend is built with Express.js and Node.js.
ShareOurDays is a web app built with the MERN stack that allows users to share their thoughts with friends. It provides a simple and user-friendly interface, with a visually appealing design powered by Material UI. The installation process is easy, requiring only a few steps to set up and run the application. By leveraging the powerful features of the MERN stack, ShareOurDays enables users to connect to MongoDB for data storage and retrieval. Overall, ShareOurDays is a convenient and efficient solution for sharing thoughts and connecting with friends using the MERN stack.

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
material-ui adds classes to Tailwind CSS for all common UI components. Classes like btn, card, etc. This allows us to focus on important things instead of making basic elements for every project.
Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.