Skip to content

maadeval/note-taking-app

Repository files navigation

✨ Increase challenge | Note taking app

📋 Letra:

Create a simple note-taking app. You should be able to:

  • Add a note
  • Edit a note
  • Delete a note

Also make sure that:

  • Each note should look like a colored rectangular box
  • Boxes can be colored in different colors, selected from a fixed list of colors.

🤔 Cómo ejecutar el proyecto:

  1. Verlo en la web: Accediendo al link de Note taking app pueden ver el proyecto desplegado!
  2. Verlo en tu localhost: Una vez descargado el repo, instala las dependencias con npm install y luego ejecuta npm run dev para poder verlo en tu localhost:3000.

📸 Cómo se ve el sitio:

note-task