This project was bootstrapped with Create React App.
This is a note-taking react-application that uses this api.
- BenriNote is a note management application, that is currently in alpha.
- In its current build...
- A user can select from a list of Publications and add them to their Dashboard.
- BenriNote creates a set of blank notes after the user adds the Publication to their Dashboard.
- BenriNote creates an individual note for each Section of a given Publication in order to avoid 'spaghetti notes™'.
- From the Dashboard, the user can...
- Read and take notes on a Publication.
- Remove a Publication from their Dashboard.
- Doing so will DELETE all of their notes associated with said Publication.
- View/Edit all of their notes for each Publication.
- A user can select from a list of Publications and add them to their Dashboard.
- Primary Features include:
- Organizing notes through direct correlation with the source material ( Publications ).
- Organizing a user's list of Publications by date-added.
- Allowing a user to take notes as they read, all on the same screen.
- Saving notes to the database periodically (onBlur)
- Saving a backup of the last edited note in local storage, in case the onBlur method fails to save the note to the database for whatever reason.
- In its current build...
After registration and login, the user can:
- Browse from a list of available Publications
- Read any of their Publications
- Publications are divided into Sections
- Take Notes on individual Sections
- Each Section has an associated section of Notes
- Notes are generated in the database when a User adds a Publication to their Dashboard
- Notes are saved to the database through an onBlur event
- As a failsafe, the User's last-edited Note is saved in Local Memory
- When either the Publication or Compiled Notes are about to be mounted,
- The application will check for any unsaved note, saving it to the database if found
- View their Notes, grouped by Publication
- Username: dunder
- Password: password
- In the project directory, you can run:
- Runs the app in the development mode.
- Open http://localhost:3000 to view it in the browser.
- The page will reload if you make edits.
- You will also see any lint errors in the console.
- Launches the test runner in the interactive watch mode.
- See the section about running tests for more information.
-
Builds the app for production to the
build
folder. -
It correctly bundles React in production mode and optimizes the build for the best performance.
-
The build is minified and the filenames include the hashes.
-
Your app is ready to be deployed!
-
See the section about deployment for more information.
Note: this is a one-way operation. Once you eject
, you can’t go back!
-
If you aren’t satisfied with the build tool and configuration choices, you can
eject
at any time. This command will remove the single build dependency from your project. -
Instead, it will copy all the configuration files and the transitive dependencies (Webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except
eject
will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own. -
You don’t have to ever use
eject
. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.
REACT_APP_API_KEY="you-secret-here"
REACT_APP_API_BASE_URL="https://your-url-here"
-
This is a React project, built using Nodejs
- You can learn more in the Create React App documentation.
-
Node Modules used for this project:
- bcrypt
- date-fns
- draft-js
- jwt-decode
- markdown-react-js
- react
- react-dom
- react-draft-wysiwyg
- react-router-dom
- react-scripts
- enzyme
- enzyme-adapter-react-16
- enzyme-to-json
- "What does 'benrinote' mean?"
- benri, a.k.a. べんり or 便利, roughly translates to 'convenient'
- benri is more-or-less pronounced as 'ben-ree'