Skip to content

Noted - A single-page note-taking app with options to add types and deadlines that sync with a calendar.

Notifications You must be signed in to change notification settings

samseew/noteapp

Repository files navigation



NOTED

A single-page note-taking app with options to add types and deadlines that sync with a calendar.

** this is the back-end, for front-end go here

Key FeaturesHow To UseImages

Watch The Demo Video!

Key Features

  • Notes - you can create edit, and delete a note.
    • The app uses modals to create these forms and the text area for the note is expandable.
  • Assigning Options
    • You can assign a type to the particular note - urgent, personal, work, or not urgent. Each type is color-coded differently.
    • You can also assign a date to the note.
  • Calendar
    • this app has a fully functional calendar, where you will see any notes that you have assigned dates to. You can choose to show your calendar by toggling the "show my calendar" button at the top left.

How To Use

To clone and run this application, you'll need Git

# Clone these two repositories
$ git clone https://github.com/samashtar/noted/

## and clone this back-end
$ git clone
https://github.com/samashtar/noteapp

# Go into the back-end and set-up rails
$ cd noteapp

## migrate the database
$ rails db:migrate

##seed the database
$ rails db:seed

##run the server
$ rails s

#now cd into the front end and open index.html
$ cd noted
#
$ open index.html

Images

Create A Note


Search Function


Edit A Note



GitHub @samashtar  · 

About

Noted - A single-page note-taking app with options to add types and deadlines that sync with a calendar.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published