Giter Site home page Giter Site logo

notes-app's Introduction

Notes App

Functionality

  1. Folder List
  • Shown in the left-most sidebar (see screenshot above)
  • Folders listed in alphabetical order
  • Ability to create new folders
  1. Notes List
  • Shown in the middle panel (see screenshot above)
  • Notes listed for the currently selected folder
  • Notes listed in order of most recently modified
  • Ability to create new notes in the selected folder
  • The first line of the note’s content is used as the title for the listing
  • Ability to select a note from the list and start editing it
  • Ability to delete currently selected note
  1. Note Editor
  • Shown in the right-most panel (see screenshot above)
  • Ability to edit the note's content
  • Does NOT need to support WYSIWYG editing, simple text is sufficient
  • Should auto-save when the “Return/Enter” key is pressed on the keyboard
  1. Extra Credit
  • Write unit tests. For the sake of time, you can just write a few tests to demonstrate this skill.
  • Ability to toggle (open/close) the Folder List sidebar
  • The second line of the note's content is used as a short text preview in the Notes List
  • Display an alert or confirmation when your note has unsaved changes when you switch to a different note or folder
  • Ability to search through all notes (by content) and display matching notes in the middle panel (Notes List). Clearing the search term would show all notes.

Demo

Loom Screen Recording

Default page

Folder with no notes

Add new folder - Initial state

Add new folder

Folders Panel Toggled

Complete flow (with minor UI differences)

Test

Link to tests

notes-app's People

Contributors

khanhngg avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.