Pinned Loading
-
blog-engsoft
blog-engsoft PublicMicroservices-based blog application to Software Engineering I discipline
TypeScript 1
-
keep-my-notes
keep-my-notes PublicA simple sticky notes application developed with React + Styled Components with browser data persistence
TypeScript 1
-
spend-together-api
spend-together-api PublicThis is an API designed to easily split bills among users implemented with Clean Architecture principles
TypeScript
-
faccat-it-website
faccat-it-website PublicForked from rayanemelo/site-ti-faccat
FACCAT IT Course website developed during discipline of Web Authoring and Design from Figma prototype to implementation
HTML
-
mail-master
mail-master PublicMail template API made to handle, store, identify and provide HTML mail templates
TypeScript 1
-
useLocalStorage.ts
useLocalStorage.ts 1export function useLocalStorage() {
2function storeData<T>(key: string, data: T) {
3try {
4if (typeof window !== 'undefined') {
5localStorage.setItem(key, JSON.stringify(data));
If the problem persists, check the GitHub status page or contact support.