This is a simple text editor that can be used offline. It is a PWA (Progressive Web App) that is designed to allow users to write notes and code snippets and have their text stored by the application. The user can then retrieve their notes and code snippets at a later time. The application is able to be installed on the user's device by clicking a button on the upper left hand side in the browser.
- AS A developer
- I WANT to create notes or code snippets with or without an internet connection
- SO THAT I can reliably retrieve them for later use
To install this application, the user can clone the repository to their local machine. Once the user has cloned the repository, they can open the terminal and run npm install
to install the necessary dependencies. The user can then run npm start
to start the application.
This application will be used for developers who want to write notes or code snippets and have them stored for later use.
- Visual Studio Code
- JavaScript
- HTML
- CSS
- IndexedDB
- Heroku
This application was created by Kimberlie Guillaume
Please refer to the LICENSE in the repo. Copyright (c) Kimberlie Guillaume. All rights reserved.