Skip to content

liminalFrog/revit-checklist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Checklist App

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.

Features

  • Add, check off, and manage tasks in a checklist format.
  • Responsive design using Bootstrap.
  • Custom styles using Sass.

Getting Started

To get a local copy up and running, follow these steps:

Prerequisites

  • Node.js (version 14 or later)
  • npm or Yarn

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/checklist-app.git
    
  2. Navigate to the project directory:

    cd checklist-app
    
  3. Install the dependencies:

    npm install
    

    or if you prefer Yarn:

    yarn install
    

Running the App

To start the development server, run:

npm start

or with Yarn:

yarn start

The app will be available at http://localhost:3000.

Built With

  • React - JavaScript library for building user interfaces
  • Bootstrap - CSS framework for responsive design
  • Sass - CSS preprocessor for styling

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any improvements or features.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published