Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/daraperini/learning-javascript-travel-backpack
- Owner: daraperini
- Created: 2023-07-27T18:36:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-11T21:00:18.000Z (about 1 year ago)
- Last Synced: 2023-12-12T21:43:41.410Z (about 1 year ago)
- Topics: javascript, localstorage
- Language: CSS
- Homepage: https://mochila-de-viagem-silk.vercel.app
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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