Skip to content

mc2-center/RFC-Webpage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published