Priority Planner is a simple, stylish To-Do list web application built using Node.js, Express.js, and EJS. It also incorporates responsive design to ensure usability across a variety of devices.
- Two separate task lists: one for general tasks and another for work-related tasks.
- Easily add tasks to the relevant list.
- Tasks are displayed in an easy-to-read format.
- Check off tasks as they're completed, automatically removing them from the list.
- Responsive design ensures the application is usable on devices of all sizes.
Priority Planner is implemented using the following technologies:
- Node.js and Express.js for server-side logic.
- EJS for dynamic HTML rendering on the server.
- CSS for styling, with a focus on responsive design principles.
- jQuery for handling user interactions on the client side.
- Clone the repository:
git clone https://github.com/EMerchant90/priority-planner.git
- Navigate to the project directory:
cd priority-planner
- Install the dependencies:
npm install
- Start the server:
npm start
- Open your web browser and navigate to
http://localhost:3000