/notebook

Primary LanguageJavaScript

notebook

This is a test project with react redux-saga.

this project has these features:

  • add notes
  • categories notes with labels
  • seach by labels

Getting Started project

First, run the development server:

npm start

installation:

npm i
#or
npm install

build on server:

npm run build

Start JSON Server:

json-server --watch db.json

Requirements

  • react >= 16.4.0
  • react-redux >= 8.0.1
  • react-router >= 6.3.0
  • redux-saga >= 1.1.3
  • Sass >= 1.50.0

Open http://localhost:8080 with your browser to see the result.

You can start editing the page by modifying pages/note.index.jsx.

Learn More

To learn more about Next.js, take a look at the following resources: