/grudge-tracker-MERN

Track a list of people you hold grudges against.

Primary LanguageJavaScript

Grudge Tracker - MERN ๐Ÿš€

To Do

This web application is a simple application to manage a list of grudges you hold against people. - You should Forgive them!๐Ÿ’€

Features โœจ

The application has few main features:

  1. Create a grudge
  2. View a grudge
  3. Edit a grudge - forgive
  4. Delete a grudge
  5. Delete all grudges
  6. View grudges

Infrastructure

This applications consists of two parts:

  1. Frontend: Single Page Application built with: React and Tailwind.
  2. Backend: HTTP REST API built with Node.js, Express and MongoDB.

How to run

To start the application

once you clone the app cd into the both apps:

  1. Backend
yarn start
  1. Frontend
yarn dev

http://localhost:3000

on your browser.

Future works

Provided more time, there are a few things are need improving.

  1. Add more tests ๐Ÿงช
  2. Add Authentication with user login and registrations ๐Ÿ”
  3. Add reminder to forgive offenders ๐Ÿ””
  4. Improve UI ๐Ÿ‘Œ๐Ÿฝ

stay creative โœŒ๏ธ