Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imran120198/travel-corporation-india
https://github.com/imran120198/travel-corporation-india
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/imran120198/travel-corporation-india
- Owner: imran120198
- Created: 2024-06-15T04:05:59.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-15T11:00:55.000Z (5 months ago)
- Last Synced: 2024-06-16T08:41:49.923Z (5 months ago)
- Language: JavaScript
- Homepage: https://travel-corporation-gray.vercel.app/
- Size: 399 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.