1qlee / tasker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tasker

A web application that helps users manage lists of tasks. Built with Express. Styling in Sass and views in Pug. Local MySQL database (Wampserver on Windows).

Tasker Screenshot

Quick Start

You MUST start a SQL database locally. For Windows, you can download and use Wampserver64.

# Clone the repository
git clone https://github.com/1qlee/tasker.git

# Navigate to directory
cd tasker

# Install dependencies
npm install

# Start dev server
npm start / nodemon

About


Languages

Language:JavaScript 65.6%Language:CSS 22.7%Language:HTML 11.7%