Skip to content

Magaerv/ContactTracker.app

Repository files navigation

Contact Tracker App

Una aplicación web para gestionar contactos.

Instalación

git clone https://github.com/Magaerv/ContactTracker.app.git
cd contactTracker.app
npm install

Uso

npm run dev

The contact management application allowed me to work with different aspects of React Router DOM v6:

  1. Incorporating routing functionality and defining the Root route
  2. Handling Not Found Errors
  3. Nested Routes
  4. Implementing routing on the client side
  5. Fetching and loading data into the application
  6. Handling data writes and integrating HTML forms
  7. Utilizing URL parameters in data loaders
  8. Active Link Styling
  9. Managing errors within the context of the application
  10. Implementing index routes for efficient data presentation
  11. Handling mutations without triggering navigation
  12. Addressing scenarios where data is not found
  13. Pathless Routes

About

Proyecto con React Router DOM v6 para manejar contactos.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published