This toDoList project is a simple task management application built on the Flater framework. Flater is a lightweight and efficient framework for developing web applications, offering a seamless development experience with its minimalistic design and robust features.
- Task Management: Easily add, edit, and delete tasks to keep track of your to-do list.
- Priority Levels: Assign priority levels to tasks for better organization and focus.
- User-Friendly Interface: The application provides an intuitive and user-friendly interface for a smooth experience.
- Responsive Design: Access your to-do list from any device with a responsive design that adapts to different screen sizes.
- Node.js: Ensure that Node.js is installed on your machine. You can download it here.
-
Clone the repository:
git clone https://github.com/mrdamos69/todolist.git
-
Navigate to the project directory:
cd toDoList
-
Install dependencies:
npm install
-
Start the application:
npm start
The application will be accessible at http://localhost:3000 by default.
- Open the application in your preferred web browser.
- Add tasks using the input field and press Enter.
- Edit or delete tasks by clicking on the respective icons.
- Set priority levels for tasks to prioritize your to-do list.