Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/imran120198/travel-corporation-india


https://github.com/imran120198/travel-corporation-india

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# Travel Corporation India

## Problem Statement

Create a React based application that allows users to manage to-do items by creating groups and viewing the completion status of each item.

## Deployment Link
https://travel-corporation-gray.vercel.app/

## Tech Stack

* React.js
* Redux
* Chakra-UI

## Features

* Add Group: Users can add a new group with a specified numeric range.
* Delete Group: Users can delete an existing group.
* Update Group: Users can update the numeric range of an existing group.
* Validation: The application ensures that:
* Groups cover the entire range from 1 to 10.
* There are no gaps between consecutive groups.
* There are no overlaps between consecutive groups.

## Setup

1. Clone the repository:

```bash
git clone https://github.com/imran120198/Travel-Corporation-India.git
```

2. Install the dependencies:

```bash
npm install
```

3. Start the development server:

```bash
npm start
```

4. Open your browser and navigate to `http://localhost:3000` to view the application.