Skip to content

Crazyhaller/reactjs-assignment

Repository files navigation

ReactJS Assignment

This project is a ReactJS application bootstrapped with Create React App. The application allows users to add widgets to categories, with a dynamic layout that adjusts based on the number of widgets.

Table of Contents

Features

  • Dynamic Layout: Widgets are displayed in a grid layout with 3 columns per row.
  • Add Widgets: Users can add new widgets to categories using a modal.
  • Responsive Design: The layout adjusts to different screen sizes.

Prerequisites

  • Node.js (v14 or higher)
  • npm (v6 or higher)

Installation

  1. Clone the repository:

    git clone https://github.com/Crazyhaller/reactjs-assignment.git
  2. Navigate to the directory:

    cd reactjs-assignment
  3. Install the dependencies:

    npm install

Usage

  1. Start the development server:

    npm start
  2. Open your browser and navigate to http://localhost:3000 to see the application in action.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published