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.
- Host: GitHub
- URL: https://github.com/mahmoudsaeedua74/far-away
- Owner: mahmoudsaeedua74
- Created: 2024-11-26T00:46:31.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-26T01:13:32.000Z (11 months ago)
- Last Synced: 2025-01-31T14:43:40.122Z (9 months ago)
- Topics: css3, html, html-css-javascript, javascript, react, react-hooks, react-router, reactjs, state-management, tailwindcss
- Language: JavaScript
- Homepage: https://far-away-wine.vercel.app
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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