https://dragontalker-note-taker.herokuapp.com/
This project builds a web application called Note Taker that can be used to write and save notes. This application will use an Express.js back end and will save and retrieve note data from a JSON file.
There are three main features of this application:
- When both title and text are entered, click the save icon to save the note to list.
- Click the red delete button in the list to delete the corresponding note from the list.
- Click the new entry button on top right corner to open a text area to create new note.
- Node.js
- Express.js
- RESTful API
- HTML 5
- CSS 3
- Javascript
- Bootstrap 5
- VS Code
- Heroku
🔮 This application is really intuitive and easy to use, once the user enters a title and some text body, a save button will pop on the top right corner so the user can save this note. Once saved, that note is displayed on the left.
👀 User can delete unwanted note by just clicking on the red icon. If user wants to view the text body, he/she can simply click on the note and contents will be displayed.
💿 To install this application for local development, install the require packages, use the following command:
npm install💻 Once installation is done, use the following command:
# Open the application at http://localhost:3000 in your brower
npm start🎓 MIT License
Copyright (c) [2021] [Richard Yang]
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
👾 Tong (Richard) Yang is a full stack software engineer from Canada, living Toronto Area. If you have any questions, email him at richard.yang.tong@gmail.com or visit his GitHub.

