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

https://github.com/mahmoudsaeedua74/far-away

Far-Away is a React application built with the Context API, designed for travelers to create and manage a checklist of items to pack. It simplifies travel preparation with an intuitive interface for adding, editing, and removing items.
https://github.com/mahmoudsaeedua74/far-away

css3 html html-css-javascript javascript react react-hooks react-router reactjs state-management tailwindcss

Last synced: 7 months ago
JSON representation

Far-Away is a React application built with the Context API, designed for travelers to create and manage a checklist of items to pack. It simplifies travel preparation with an intuitive interface for adding, editing, and removing items.

Awesome Lists containing this project

README

          

# Far Away

Far Away is a simple web application that helps travelers create a checklist of essential items they need to pack before a trip. It allows users to add items to the list, mark them as completed, and sort the items into completed and pending categories.

## Features:
- Add and manage items to the packing list.
- Mark items as completed or pending.
- Sort the list to view completed or uncompleted items.
- Context-based state management to handle the list items' state.

## Technologies Used:
- React
- Context API (for state management)
- CSS
- tailwind

## How to Set Up the Project:
1. Clone the repository:
```bash
git clone https://github.com/your-username/far-away.git