Skip to content
This repository was archived by the owner on Apr 16, 2026. It is now read-only.

gustavosilverio/todo

Repository files navigation

This is a simple but very robust todo app

Technologies used here:

  • nextjs
  • react
  • typescript
  • redux
  • react-query
  • axios
  • shadcn-ui
  • tailwind
  • js-cookie
  • react-hook-form
  • zod

DevOps

  • Hosted in VERCEL
  • CI/CD by VERCEL

Description

The front of this project was just to have a nice interface to consume the API, but here I also added several modern technologies: I used cookies to store the logged-in user's credentials as well as tokens, I used React, NextJS and TypeScript because I was already familiar with the technologies and they are very performant to develop this type of app while maintaining developer experience, I used Redux to manage the global state of the platform, Axios and React-Query to manage the cache of requests and the requests themselves, React-Hook-Form and Zod to facilitate the validation and implementation of business rules in the forms and Tailwind with Shadcn-UI for a modern and simpler UI to implement, making the process of creating pages faster.

The backend of this project is in other repository

About

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors