Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

LocalStorage

LocalStorage is a JavaScript object that allows storing arbitrary key-value pairs in the web browser as an alternative to cookies—another alternative if the data in question goes beyond key-value pairs is to use the IndexedDB.

localStorage data is specific to the protocol of the document. In particular, for a site loaded over HTTP (e.g., http://example.com), localStorage returns a different object than localStorage for the corresponding site loaded over HTTPS (e.g., https://example.com).

https://github.com/cristianosfmothe/prime-flix

Website para visualizar filmes consumindo a API

api es6 javascript localstorage react

Last synced: 15 Jan 2025

https://github.com/ayoubaloui94/usepopcorn

This app is built using React. It allows the user to search for movies and shows using OMDB API, the user can then rate and add said shows and movies to their watchlist, which is stored in local storage and re-fetched upon app render.

javascript localstorage react react-custom-hooks react-hooks vite

Last synced: 12 Jan 2025

https://github.com/shamikaredkar/sticky-notes

A simple web app for creating, editing, and deleting sticky notes. Notes are stored in the browser's local storage for persistence.

css html javascript localstorage notes-app sticky-notes vanilla-javascript webapplication

Last synced: 20 Jan 2025

https://github.com/jcampbell57/portfolio

A portfolio of projects completed while working through The Odin Project. The purpose of this project is to showcase what I have learned.

babel css3 eslint html5 javascript json localstorage prettier webpack

Last synced: 14 Jan 2025

https://github.com/nasirkhan294/react-todo-list

This is a simple web-based TODO list application built using React and CSS. The application allows users to create, read, update, and delete tasks from their to-do list. Users can mark tasks as completed, sort them by priority.

css3 localstorage react reactjs

Last synced: 05 Feb 2025

https://github.com/cybertoothca/ember-route-web-storage

Use web storage to save data scoped to the active route.

ember-addon emberjs localstorage sessionstorage webstorage

Last synced: 22 Jan 2025

https://github.com/roydukkey/typescript-storage

Typed, common interface for LocalStorage, SessionStorage, Cookies, and Environment variables.

cookies environment-variables localstorage session-management typescript webstorage

Last synced: 22 Jan 2025

https://github.com/el-sherbini/to-do-list-vuejs

To-Do App with VueJS

css localstorage todolist vuejs

Last synced: 22 Jan 2025

https://github.com/its-shojib/todo-app-with-redux

A to-do app built with React, Redux, and Tailwind CSS. Features include adding, deleting, filtering, searching, and marking tasks as completed. Streamline your task management with this user-friendly application.

javascript localstorage reactjs redux redux-toolkit tailwindcss

Last synced: 20 Jan 2025

https://github.com/ashish0kumar/react-todos

📝 Minimalist todo app built using reactjs and material ui

localstorage material-ui react todo todo-app todolist useeffect usestate

Last synced: 15 Jan 2025

https://github.com/githubak2002/all-in-one

A React app combining Notes, To-Do lists & Contacts, efficiently utilizing local Storage for seamless user experience.

javascript localstorage reactjs tailwindcss

Last synced: 31 Jan 2025

https://github.com/lawcr/react-chat-prueba

Aplicación de chat usando solamente React con TypeScript, Redux y Local Storage para el control de datos y styled components para crear el diseño de las interfaces.

chat localstorage react redux styled-components typescript

Last synced: 31 Jan 2025

https://github.com/karamanburak/cinema-potsdam

This repo is created to buy tickets for different movies in a movie theater

css html javascript localstorage

Last synced: 17 Jan 2025

https://github.com/mokyabun/svelte-persist-rune

A simple custom rune in Svelte 5 that syncs with browser storage.

localstorage rune sessionstorage svelte svelte5 sveltejs sveltekit

Last synced: 16 Nov 2024

https://github.com/usrrname/journal

backup: dummy journal blog with JS and jquery that persists content using localstorage. needs a mongo DB

blog javascript jquery localstorage

Last synced: 01 Feb 2025

https://github.com/daniel-portela/fokus-local-storage

O projeto é uma aplicação web desenvolvida com TypeScript que permite aos usuários adicionar, editar, visualizar e remover tarefas.

css3 html5 javascript localstorage typescript

Last synced: 22 Jan 2025

https://github.com/manikmaity/giphy-clone

A feature-rich Giphy clone built with React.js, allowing users to browse, search, and manage their favorite GIFs. This project mimics the functionality of the popular Giphy platform, with custom features to enhance user experience.📷

errorboundary giphy-api javascript localstorage reacticons reactjs reactquery

Last synced: 21 Jan 2025

https://github.com/sibabalwe-qamata/registration_numbers

Western Cape Registration Number Plates Exercise

localstorage

Last synced: 13 Jan 2025

https://github.com/shhiivvaam/personal-bookshelf

React application allowing users to search for books using the Open Library API and maintain a personal bookshelf in the browser using localStorage.

api hooks localstorage react-router-dom reactjs

Last synced: 31 Jan 2025

https://github.com/skyy-banerjee/vue-expense-tracker

An expense tracker in VueJs using COMPOSITION API, along with localStorage and vue-toastification, which tracks overall income and expenses. 📝💰

composition-api css3 html5 javascript localstorage toasts vue vue-toastification vuejs

Last synced: 15 Nov 2024

https://github.com/skyy-banerjee/skyys-unsplash-images

Image fetching app using React Query and the unsplash API, with localStorage feature enabled for dark/light theme 📸

axios css dark-theme localstorage react-query unsplash-api

Last synced: 15 Nov 2024

https://github.com/spm999/login_localstorage

using Localstorage for login using html, javascript

html javascript localstorage login logout

Last synced: 15 Jan 2025

https://github.com/soyjavi/vanilla-storage

🍦A naive and simple driver for store data with javascript

json localstorage memory sessionstorage storage

Last synced: 17 Nov 2024

https://github.com/shhiivvaam/ikkigai-endterm-assessment

This repo contains a Weather Application that was asked to build in the End Term Assessment - [ikkigai - 3rd Year] GLA 🥸😶‍🌫️

bootstrap css geolocation html javascript localstorage location-permissions openweather-api

Last synced: 31 Jan 2025

https://github.com/kevinokerlund/tablink

🔗 Dispatch data and events to other browser tabs on the same domain.

browser-tabs dispatch emitter localstorage

Last synced: 22 Jan 2025

https://github.com/matan3sh/videotube

web app to fetch data from REST-API and display youtube videos with quotes from a specific song and allow to user get into the exact offset in the video

localstorage react redux redux-thunk

Last synced: 24 Jan 2025

https://github.com/gerhynes/localstorage

A page built to practice working with localStorage and event delegation. Built for Wes Bos' JavaScript 30 course.

event-delegation javascript javascript30 localstorage

Last synced: 31 Jan 2025

https://github.com/chubi-x/markdown-notes-app

A fun and colorful markdown notes app built with ReactJs

css html javascript localstorage markdown-editor reactjs

Last synced: 13 Jan 2025

https://github.com/lucasdasilva96/gamehub

This React-based E-Shop for games, created as part of an assignment from The Odin Project.

api localstorage react react-query react-router

Last synced: 15 Jan 2025

https://github.com/devmilon923/blockword-prototype-js

This app serves as a practical example of how browser local storage can be utilized to manage and enforce message 'word' restrictions in messaging applications.

dasyui javascript localstorage

Last synced: 21 Jan 2025

https://github.com/satyam46020/unscript

Mini Page Builder is a web application that allows users to build custom pages by dragging and dropping components from a sidebar onto a blank canvas. Users can configure each component and arrange them on the canvas to design their desired layout.

chakra-ui-react localstorage react

Last synced: 09 Jan 2025

https://github.com/talhajamal02/28-todo-list-app

A simple and efficient To-Do List application built with Next.js, Tailwind CSS, and ShadCN UI, designed to help you manage your daily tasks. Tasks are saved locally using Local Storage, ensuring your data persists even after a page refresh.

localstorage nextjs shadcn-ui tailwindcss typescript

Last synced: 28 Dec 2024

https://github.com/pblnahu1/tienda-online-logica

Tienda Online con Fetch Api, localStorage y Firebase Auth

fetch-api firebase-auth javascript localstorage

Last synced: 22 Jan 2025

https://github.com/lamba01/ratingcardd

A responsive rating card for E-Commmerce websites

javascript localstorage responsive-design

Last synced: 15 Jan 2025

https://github.com/natantezare/to-do-list-application

To-Do List App: A responsive web application for managing tasks. Features include task addition, editing, completion, deletion, and filtering. Built with HTML, CSS, and JavaScript. Tasks are saved using localStorage for persistence.

css dynamic-ui frontend html javascript localstorage task-management web-development

Last synced: 17 Jan 2025

https://github.com/sabaasgarian/todolist-with-javascript

ToDoList With Javascript with Local Storage

css html javascript js localstorage responsive tailwind todolist

Last synced: 19 Jan 2025

https://github.com/matei87/chuck

Chuck is a website where you can read the coolest jokes about Chuck Norris. You can like them by add them to your favorites.

bootstrap4 localstorage reac-hooks react react-bootstrap

Last synced: 22 Jan 2025

https://github.com/ostatni5/google-maps-jq

App for secondary school course "Web Apps" made with google maps and jQuery

css gmaps jquery localstorage school-project

Last synced: 28 Jan 2025

https://github.com/adastra97/todo-app

learning React JS, TS (hooks useState, useEffect) + react-icons

localstorage react-icons reactjs todo-app typescript

Last synced: 17 Jan 2025

https://github.com/enriquenv/counter-app

Einfaches und leicht zu bedienendes Javascript Tool, mit dem Sie die Anzahl der Menschen bei Veranstaltungen verfolgen können.

css html javascript localstorage

Last synced: 26 Jan 2025

https://github.com/m-yasirghaffar/simple-todolist-using-localstorage

HTML CSS JAVASCRIPT TodoList web app that using local storage.

css html javascript localstorage todolist

Last synced: 11 Jan 2025

https://github.com/aadarshdontul/empolyee-management

A web application built using React.js, JavaScript, HTML, Tailwind CSS, and JSX. The system allows admins to manage tasks by assigning them to employees and viewing their details. Employees can mark tasks as completed, streamlining task tracking and enhancing workplace productivity.

authetication javascipt jsx localstorage reactjs tailwind

Last synced: 07 Dec 2024

https://github.com/aleydon/simple-todo-list

:computer: :earth_americas: A simple todo list with LocalStorage :earth_americas: :computer:

javascript javascript-applications localstorage react reactjs todo todo-app todo-list todoapp todolist web web-application webapp

Last synced: 05 Feb 2025

https://github.com/enriquenv/imagespark

A fully responsive dynamic image gallery application built with React to manage image collections by browsing, searching, and saving favorites.

api css html javascript localstorage react responsive-design

Last synced: 26 Jan 2025

https://github.com/hoseungme/storage-cover

Web storage wrapper for continuous web application in all browsers

javascript localstorage sessionstorage storage typescript web webstorage

Last synced: 26 Jan 2025

https://github.com/ciromirkin/crud_js

CRUD proyect.

crud javascript localstorage

Last synced: 18 Jan 2025

https://github.com/ciromirkin/expensetracker-js

Expense tracker with Javascript

javascript javascript-project localstorage

Last synced: 18 Jan 2025

https://github.com/enriquenv/movietix

Search, browse and save your favorite movies from API catalogue.

api axios css ejs express html javascript localstorage

Last synced: 26 Jan 2025

https://github.com/isaacdiaz09/carrito-vanillajs-localstorage

Carrito de compras con vanilla js - tutorial bluuweb

html javascript localstorage vanilla-javascript

Last synced: 16 Jan 2025

https://github.com/aliyilmaz/synchronizer

This library is used to determine the fate of a form or local storage data. It can work with or without internet addiction.

localstorage serialization synchronizer vanillajs

Last synced: 07 Feb 2025

https://github.com/luisc73/todoapp

Reto de frontend mentor de lista de tareas realizada con React y Sass

frontend-mentor localstorage react sass todoapp

Last synced: 31 Jan 2025

https://github.com/arislooi/todo-app

A simple Todo application built with React, React-Bootstrap, and React Router, featuring local storage for persistent state management.

frontend javascript localstorage react react-bootstrap router

Last synced: 25 Dec 2024

https://github.com/andresilveira1/todo-list

Developed with Vitejs, ReactJS and Typescript.

localstorage radix-ui reactjs tailwindcss typescript vitejs

Last synced: 21 Jan 2025

https://github.com/furkan-dogu/appointment

This project is a Hospital Appointment Management System designed to facilitate the process of scheduling and managing appointments for patients.

css javascript localstorage mock-data react react-bootstrap

Last synced: 21 Jan 2025

https://github.com/furkan-dogu/todo-app

This project is developed using React to create a todo application.

localstorage react react-bootstrap todolist uuid

Last synced: 21 Jan 2025

https://github.com/stscoundrel/emma

LocalStorage and SessionStorage with expiration times

cache expiration localstorage stash storage typescript

Last synced: 29 Jan 2025

https://github.com/ag-sanjjeev/sticky-note-application-js

This is a JavaScript based sticky note taking application that runs on web browser.

drag-and-drop javascript javascript-webapp localstorage note-taking-app notes sticky sticky-notes webapplication

Last synced: 20 Nov 2024

https://github.com/thericecold/momentum-app

Front-end activity 6: Momentum app clone using local storage

dom functional-programming html javascript localstorage momentum sass todo-list todolist vanilla-javascript

Last synced: 21 Jan 2025

https://github.com/jgcarrillo/localstorage-javascript-crud

CRUD made with JavaScript vanilla that persists data on localStorage property

crud-application javascript localstorage

Last synced: 29 Jan 2025

https://github.com/audrbar/local-bank

React App Local Storage

css3 html5 javascript localstorage

Last synced: 06 Jan 2025

https://github.com/abhijeet002/todo-app

This is a todo list app made using HTML, CSS, JavaScript. it uses the local Storage to save data. You can create, delete, check your tasks.

javascript localstorage todoapp todolist

Last synced: 05 Jan 2025

https://github.com/xyryc/gadget-heaven

Gadget Heaven is an e-commerce platform that uses JSON APIs to render data. It includes cart and wishlist features with support for adding and removing items. The platform manages state using Context API and local storage for data persistence and includes a chart feature to display product statistics.

context-api gadget-heaven localstorage react react-helmet-async react-router

Last synced: 05 Feb 2025

https://github.com/xyryc/cozy-cups

Cozy Cups is a delightful coffee exploration platform designed for coffee enthusiasts. Users can browse coffees by categories, save their favorites using local storage, and sort coffee options based on their preferences. It's a simple yet engaging way to explore the world of coffee.

daisyui localstorage react-hot-toast react-router reactjs tailwindcss vite

Last synced: 05 Feb 2025

https://github.com/skyybbanerjee/skyys-unsplash-images

Image fetching app using React Query and the unsplash API, with localStorage feature enabled for dark/light theme 📸

axios css dark-theme localstorage react-query unsplash-api

Last synced: 06 Jan 2025

https://github.com/itcodehery/todo_list_bloc

[COMPLETE] Todo List App using Bloc

crud localstorage state-management theme

Last synced: 21 Jan 2025

https://github.com/vildancetin/res-city

You can add places to visit and mark the places you have visited as "visited" to list them.

css localstorage modal reactjs

Last synced: 08 Feb 2025

https://github.com/debabrata-pw08-429/qtripdynamic

QTripDynamic : A travel website offering city adventures with features like multi-select filters, reservation support, and backend deployment.

bootstrap-carousel conditional-rendering curl developer-tools dom-manipulation event-handling localstorage netlify-cli responsive-design

Last synced: 31 Dec 2024

https://github.com/shubhampaliwal03/sprout-grow-daily

Sprout is a web application designed to enhance productivity by helping users gain control over their schedules. It provides a real-time dashboard to monitor progress, track hours worked, and manage tasks effectively. The application encourages users to increase their productivity by providing insights and visual representations of their activity.

css3 html5 html5-canvas javascript localstorage productivity-tracker task-tracker-app webapp

Last synced: 31 Jan 2025

https://github.com/thelegion007/lead-tracker

This is a bookmark extension for Google-Chrome/Edge desktop browser.

css3 dom htlm5 javascript localstorage

Last synced: 31 Dec 2024

https://github.com/skaldebane/svelte-local-writable

Svelte-compatible writable store that persists to local storage.

localstorage svelte sveltekit

Last synced: 22 Dec 2024