You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A React and Node with Typescript Project.. Update: My first PERN stack project is in its final stages, it uses all the fundamental react and Express concepts, also its a role based and Jwt based project for secure and role based user sessions ,its hosted on Render(Backend), Railway(PostgreSQL) and the frontned on (NETLIFY).
It's not about just another todo app, it's very big project with main concepts in frontend. This app will has really many functions. Main goal is practice and repite main concepts and patterns in frontend.
Welcome to the Shopping App! This React application allows users to manage their shopping cart efficiently. Below, you'll find detailed information about the app's features, the technologies used, how to get started with the project, usage instructions, the project structure, how to contribute, and licensing information.
👨🏻💻 🎮 Tic Tac Toe desenvolvido em React utilizando useReducer para gerenciamento de estado. Inclui animações CSS e efeitos de celebração com react-confetti.
This project is a simple e-commerce shopping cart built using React. It allows users to add products to their cart, adjust the quantity of each product, and remove products from the cart. The cart state is managed using the useReducer hook and is persisted in localStorage to maintain the cart state across page reloads.
Resortify Frontend: A dynamic web application built with React.js, Bootstrap, and Leaflet for resort bookings and registration. Features include multi-step forms, global state management with Redux, interactive maps, image uploads with multer, and dashboard tables using react-datatable-component.
Ecommerce made using React. For State Management Context API is used with useReducer hook. Item data is gathered using API with the help of Axios module.
A Web app for creating, organizing, and managing grocery lists online from any device. Built with React, it uses Material UI for design, React Toastify for notifications, and Lucid React icons for visuals. Live preview here.
Es un proyecto de práctica en donde utilicé por primera vez el hook de useReducer, además de usar LocalStorage para alamcenar la información del State. Lo acabo de actualizar y ahora también utiliza el useContext.