edumigueis / react-notebook

A notebook app in React.js using hooks and JSX.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-notebook

A note taking app in React.js using hooks.

Build Status Coverage Status License

This project consists of a SPA where notes are shown and edited. Each note can be created, edited, deleted and customized. All the data in the app is available during execution and is not saved, but feel free to integrate it with an API or a file saver. All notes are stored in an array in the highest state of the app, and to save this data, I recommend you change the CRUD methods in App.js to make them save everything elsewhere.

Print of the interface.

Installation

Download or clone the project and run:

npm install
npm start

The project should open normally in the port 3000.

Meta

Copyright (c) Eduardo Migueis 2020.

Distributed under the MIT license. See LICENSE for more information.

https://github.com/edumigueis/react-notebook

About

A notebook app in React.js using hooks and JSX.

License:MIT License


Languages

Language:JavaScript 73.9%Language:CSS 18.5%Language:HTML 7.6%