live link :https://roaring-moonbeam-1b7c5d.netlify.app/
This project is a simple task manager application built using HTML, CSS, and Tailwind CSS. The project aims to provide a responsive and clean user interface for managing tasks.
To set up this project on your local system, follow the steps below:
- Clone the repository: First, clone the repository to your local machine using the following command:
git clone https://github.com/skye8-tech/task-manager-group2.git
-
Navigate to the project directory: Change into the project's root directory:
cd task-manager-group2
-
Install Node.js: Make sure Node.js is installed on your system. You can download it from Node.js official website.
-
Install Dependencies: Install the required dependencies using npm:
npm install
After setting up the project, you can start using it by opening the index.html
file in your browser. All the styling and functionality are contained within the project files.
To start developing and make changes to the project, follow these steps:
- Start the Development Server: Use the following npm script to start the development server, which will watch for changes in your CSS files and recompile them using Tailwind CSS:
npm run dev
This command uses Tailwind CSS to compile the styles from ./assets/styles/styles.css
into assets/styles/output.css
and watches for any changes to automatically update the styles.
- Editing Styles: You can modify the
styles.css
file in theassets/styles
directory. Tailwind CSS will automatically process your styles and apply them to the project.
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or create a pull request.
This project is licensed under the ISC License. For more details, see the LICENSE file.