** this is the back-end, for front-end go here
Key Features • How To Use • Images •
- 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.
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
GitHub @samashtar ·
GitHub @samashtar ·