Skip to content

Task Managing application that uses Vanilla JavaScript's Drag-n-Drop (DnD) and Backend express server

Notifications You must be signed in to change notification settings

jerryfung110/ponfi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ponfi

Handle all your tasks with Ponfi - your new refurbished Task Management System.

Setup

Fork my repository

Fork this repository into your personal account using the "Fork" button above.

Clone the repository

Clone this repository and install all the dependencies with npm:

git clone https://github.com/<username>/ponfi.git
cd ponfi
npm install

Replace your username in the URL without the angular brackets(<>).

Personal Setup

Create a file named .env, this will have two environment variables - PORT and MONGO_URI.

Run development server

You can run the server in two ways. With the start script, the server won't reflect any changes made to file; while the dev script will.

npm run dev

About

Task Managing application that uses Vanilla JavaScript's Drag-n-Drop (DnD) and Backend express server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.2%
  • HTML 12.6%
  • CSS 12.2%