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
- User-friendly interface
- Add, edit, and delete tasks (CRUD)
Technologies
- PostgreSQL - for database management
- Express - as the back-end web application framework
- React - for building interactive user interfaces
- Node.js - as the JavaScript runtime environment
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
- Search and filter tasks
- Prioritize tasks
- Set due dates for tasks