Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/daraperini/learning-javascript-travel-backpack

You can create your luggage list for your next trip and access it anytime you want (with your data saved) using this project!
https://github.com/daraperini/learning-javascript-travel-backpack

javascript localstorage

Last synced: about 2 months ago
JSON representation

You can create your luggage list for your next trip and access it anytime you want (with your data saved) using this project!

Awesome Lists containing this project

README

        

# Travel Backpack

Hi there! During this project I have learned how to store data in the browser using Local Storage. I developted a travel backpack were you can make a list of items to bring to your next trip and avoid forgeting something while you are packing! As we are saving your data in the Local Storage, you can close the tab and have access to your list anytime after that! It was created using JavaScript and the HTML and CSS were ready to use. It was created during Alura's class *JavaScript for Web: storing data in the browser*.

To see the final result, click [here](https://mochila-de-viagem-silk.vercel.app/).

## Used tools:

* JavaScript
* Local Storage

*(Alura is a Brazilian technology school and for acessibility reasons this code is in Portuguese)*

#

# Mochila de Viagem

Olá! Nesse projeto aprendi a armazenar dados no navegador usando o Local Storage. Desenvolvi uma mochila de viagem em que você pode fazer sua lista de itens para viajar e evitar esquecer algo no momento de arrumar a mala! Como estamos salvando os dados no Local Storage, você pode fechar a aba e ter acesso a lista em qualquer momento após o fechamento! Ele foi desenvolvido em JavaScript, tendo o HTML e CSS prontos. O projeto foi desenvolvido a partir do curso *JavaScript na Web: armazenando dados no navegador*, da Alura.

Para acessar o resultado final da página, clique [aqui](https://mochila-de-viagem-silk.vercel.app/).

## Ferramentas utilizadas:

* JavaScript
* Local Storage