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

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

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:

![image](https://github.com/SimAndrew/Fast-Pizza-Menu-React/assets/44125451/27b4e6c8-efd3-4b10-bfa5-f69bd5bc205e)

![travel1](https://github.com/SimAndrew/Fast-Pizza-Menu-React/assets/44125451/8cb71700-1ecd-4f31-b7eb-35d82bfde48e)

---

### 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
```