lazaropower / mern-app

πŸ“ A MERN stack application to manage reminders

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reminders App

This is a simple web application made using the MERN Stack to manage reminders. MERN Stack means the following:

  • M: MongoDB
  • E: Express.js
  • R: React
  • N: Node.js

Requirements

Launch

Launching this application is very simple, we just need to execute the backend and the frontend together. For the backend just type in the backend folder the following:

$ npm run dev

To launch the frontend just type in the frontend folder:

$ npm start

Usage

  • You can create users create users entering a name or delete them by double clicking on the certain user in the list.
  • You can create reminder for the users but also edit or delete them.

About

πŸ“ A MERN stack application to manage reminders


Languages

Language:JavaScript 90.8%Language:HTML 7.8%Language:CSS 1.5%