Java - React Camp Works | Kodlama.io
-
Updated
Oct 4, 2021 - Java
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).
Java - React Camp Works | Kodlama.io
E-commerce project created with Java, Spring, Hibernate and BackboneJS with MarionetteJS.
Agrégateur d'annonces immobilières propulsé par Angular et AWS Lambda
DBMS - Phase 3
This Mobile Application allows users to browse, search for, and book courses. It provides a user-friendly interface and a smooth booking experience. Users can either browse as a guest or log in to access additional features such as booking courses, managing their profile, and adding courses to their wishlist.
PasswordSentinel is a secure, local-only password manager built with java, using java swing GUI. All data stays on your device, ensuring complete privacy while offering strong password generation and safe storage.
This App demonstrates Firebase Database with Realm using MVP.
Android QR Code scanning library : QR Scanning library based on zxing for android devices
An android app that plays a video stored in the phone's local storage
CamSacnner Clone in flutter
You can add photos from gallery and camera to the app and delete some if you want. There are also a slideshow. README.md for more information!
封装hbase,集成springboot,完成部分微博关注功能的Web页面展示。
Spring Boot and React Web Project
Top rated Movie search application with functionality for searching particular movie. Marking favourite movie using room dB
Developed fully functional android application for watching details of words and performing search queries.
Lightweight clutter-free task-repeating Android application.
Simple command-line vending machine application. First of three bootcamp projects.