Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1 KB

README.md

File metadata and controls

32 lines (23 loc) · 1 KB

PERN Tasks

PERN Tasks is a robust task management application crafted with the PERN technology stack, which integrates PostgreSQL, Express, React, and Node.js. This web application provides a user-friendly interface for creating, managing, and organizing tasks.

Features

  1. User-friendly interface
  2. Add, edit, and delete tasks (CRUD)

Technologies

  1. PostgreSQL - for database management
  2. Express - as the back-end web application framework
  3. React - for building interactive user interfaces
  4. Node.js - as the JavaScript runtime environment

Installation

You need to have Node.js and npm installed on your PC to run this app. If you don't have it yet, you can download it from here: Node.js official site.

Clone the repository:

git clone https://github.com/fazt/pern-tasks.git
cd pern-tasks
npm install
npm start

Next Features in other version

  1. Search and filter tasks
  2. Prioritize tasks
  3. Set due dates for tasks