Far Away List is a web app that helps you organize your travel essentials: it lets you create a packing list for your trip, so you don’t miss anything important for your journey. It is developed with React.
You can try here: far-away-travel-app.netlify.app
- React JS
- Vite, Eslint, Prettier
- Clone a project:
https://github.com/SimAndrew/FarAway-TodoList-React.git
- Open project code in your editor.
- Install the dependencies, enter into the terminal:
npm install
- Run the project, enter into the terminal:
npm run dev