Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ciromirkin/notes_react
Aplicación de notas con React.
https://github.com/ciromirkin/notes_react
crud javascript react
Last synced: about 4 hours ago
JSON representation
Aplicación de notas con React.
- Host: GitHub
- URL: https://github.com/ciromirkin/notes_react
- Owner: CiroMirkin
- Created: 2023-11-11T12:41:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-11T19:22:04.000Z (about 1 year ago)
- Last Synced: 2024-04-23T05:25:38.119Z (7 months ago)
- Topics: crud, javascript, react
- Language: JavaScript
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Notes
Una aplicación de notas como un CRUD de practica.
Características:
* Crear notas.
* Eliminar notas.
* Editar el contenido de las notas.
* Guardar todas las notas.## Entorno de desarrollo
Para correr el servidor de desarrollo:
```
npm run dev
```El servidor esta en el [localhost:5173](http://localhost:5173/).