Yasei

screenshot of Yasei
express
react
scss

Social media made with React, Node, Express and MongoDB (MERN)

Overview:

Yasei is a social network application built using the MERN stack. Please note that this project is a work in progress.

Features:

  • MERN Stack: Developed using MongoDB, Express.js, React, and Node.js.
  • Config File: Requires a "config.js" file in the server directory with specific configurations.
  • Concurrent Start: Simplified start process by installing all dependencies in client, server, and main directory.

Summary:

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
Express

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.

react
React

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
SCSS

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.