muhibarshad / Secret-Messages-App-MERN

Welcome to Secret Messages App, a user-friendly MERN stack application that allows you to send and receive encrypted messages with full input validation, responsive UI, and easy navigation. Server side fully stores data in the backend, data is retrieved via a RESTful API ensuring data is secure and accessible to secret code entered users.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vedio gif

Secret-Messages-App__(MERN-STACK)

Author: MUHIB ARSHAD

Welcome to Secret Messages App, a user-friendly MERN stack application that allows you to send and receive encrypted messages with full input validation, responsive UI, and easy navigation. Server side fully stores data in the backend, data is retrieved via a RESTful API ensuring data is secure and accessible to secret code entered users.

Features πŸš€

  • Fully functional MERN stack application
  • Allows users to send and receive encrypted messages
  • Client-side and server-side functionality
  • Seamless user experience
  • Full input validation on client side
  • Responsive UI design
  • Side-by-side component handling for easy navigation
  • Data fully stored in the backend
  • Data retrieved via a RESTful API
  • Powerful and user-friendly application
  • Offers a secure way to send and receive encrypted messages

How to use it πŸ’»

To get started, clone the repository and install the dependencies:

Zero Step

  • Open the folder in the VScode
  • Then open the terminal with the shortcut ctrl+j
  • After opening Terminal run these commands
git clone https://github.com/muhib7353/Secret-Messages-App-MERN.git

First Step

Install and run the server

cd Backend
npm install
npm start

Second Step

Install and run the client

cd ../
cd Frontend
npm install
npm start

This will start the development server and open the app in your default web browser. Now enjoy it.

Last Step

  • Star 🌟 this repository and follow at muhib7353

🀝 Contributing

"Feel free to contribute to this repository. If you want to add new features or resolve any issues, you can fork the repository and make changes to the code. If you only want to make changes to the file, you can create a pull request to the master branch. I will review it and, if it meets the necessary requirements, I will merge it into the branch. The same process applies for changes to the main branch as well."

About me

πŸ‘¨β€πŸ’» Muhib Arshad

Let's connect!

Show your support

If this project was helpful to you, please consider giving it a ⭐️. You can also follow my GitHub profile to stay updated on my latest projects: @muhib7353

πŸ“ License

Copyright Β© 2022 Muhib Arshad.

This project is MIT licensed.

About

Welcome to Secret Messages App, a user-friendly MERN stack application that allows you to send and receive encrypted messages with full input validation, responsive UI, and easy navigation. Server side fully stores data in the backend, data is retrieved via a RESTful API ensuring data is secure and accessible to secret code entered users.

License:MIT License


Languages

Language:JavaScript 67.5%Language:CSS 21.6%Language:HTML 10.9%