This is a simple checklist application built with React, Bootstrap, and Sass. The app allows users to manage their tasks with a user-friendly interface.
- Add, check off, and manage tasks in a checklist format.
- Responsive design using Bootstrap.
- Custom styles using Sass.
To get a local copy up and running, follow these steps:
- Node.js (version 14 or later)
- npm or Yarn
-
Clone the repository:
git clone https://github.com/yourusername/checklist-app.git -
Navigate to the project directory:
cd checklist-app -
Install the dependencies:
npm installor if you prefer Yarn:
yarn install
To start the development server, run:
npm start
or with Yarn:
yarn start
The app will be available at http://localhost:3000.
- React - JavaScript library for building user interfaces
- Bootstrap - CSS framework for responsive design
- Sass - CSS preprocessor for styling
Contributions are welcome! Please open an issue or submit a pull request for any improvements or features.
This project is licensed under the MIT License. See the LICENSE file for details.