Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1.54 KB

README.md

File metadata and controls

56 lines (36 loc) · 1.54 KB

Far Away Travel List

A small interactive web application to help you pack all your essentials for that dream journey

Visit Here ➡️ Far Away Travel List

Concepts Used and Learnt :

  • State Management
  • useState Hook
  • List Rendering
  • Conditional Rendering of Elements, classes and text
  • Handling form submissions
  • Control Elements with state
  • Lifting Up a State
  • Adding, Deleting, Sorting, Clearing a list
  • Deriving a state

Preview :

First Look : 1

Add your items:

Screenshot-116

Sort Your Items: Screenshot-115

Update the items: Screenshot-117

and more ....

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.