Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/crazyhaller/reactjs-assignment


https://github.com/crazyhaller/reactjs-assignment

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# ReactJS Assignment

This project is a ReactJS application bootstrapped with [Create React App](https://github.com/facebook/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](#features)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Usage](#usage)

## 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:

```sh
git clone https://github.com/Crazyhaller/reactjs-assignment.git
```

2. Navigate to the directory:

```sh
cd reactjs-assignment
```

3. Install the dependencies:

```sh
npm install
```

## Usage

1. Start the development server:

```sh
npm start
```

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