Skip to content

Latest commit

 

History

History
62 lines (40 loc) · 1.55 KB

README.md

File metadata and controls

62 lines (40 loc) · 1.55 KB

MC2 Data Model RFC React App

Description

This is a React application for managing comments and suggesting new attributes. It features two main tables:

  1. Contribute Comments: Allows users to provide comments on various attributes.
  2. Suggest a New Attribute: Enables users to suggest new attributes, with the ability to add rows dynamically.

Features

  • Contribute Comments Table:

    • Users can provide feedback on attributes in the table.
    • Includes a collapsible section with instructions on how to contribute comments.
  • Suggest a New Attribute Table:

    • Users can suggest new attributes with an option to add more rows dynamically.
    • Includes a collapsible section with instructions on how to suggest a new attribute.

Preview

You can view a live preview of the app here: Netlify Preview

Getting Started

Prerequisites

  • Node.js and npm installed on your local machine.

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/your-repository.git
    cd your-repository
    
  2. Install dependencies:

npm install

Running Locally

Start the development server:

npm start

Open your browser and go to http://localhost:3000 to view the app.

Building for Production

Build the project:

npm run build

The production-ready files will be available in the build directory.

Deployment

This app is deployed using Netlify. For more information on deployment and configuration, visit the Netlify documentation.