https://github.com/simandrew/faraway-todolist-react
Far Away Todo List App React
https://github.com/simandrew/faraway-todolist-react
Last synced: about 1 year ago
JSON representation
Far Away Todo List App React
- Host: GitHub
- URL: https://github.com/simandrew/faraway-todolist-react
- Owner: SimAndrew
- Created: 2023-12-19T16:38:08.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-03T19:26:17.000Z (over 2 years ago)
- Last Synced: 2025-01-12T11:32:15.997Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://far-away-travel-app.netlify.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 Todo List React App.
---
### About:
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](https://far-away-travel-app.netlify.app/)
---
### Sample task, photo:


---
### Technologies:
- React JS
- Vite, Eslint, Prettier
---
### Run the app:
- 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
```