Social media made with React, Node, Express and MongoDB (MERN)
Yasei is a social network application built using the MERN stack. Please note that this project is a work in progress.
Yasei is a social network application developed in the MERN stack. It requires a specific configuration file, "config.js," in the server directory and all dependencies to be installed in the client, server, and main directories for a simplified startup process.
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
SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.