Just Another Text Editor, or JATE, is a powerful and versatile text editing application designed to revolutionize your writing experience. Built to run in your browser, JATE is a single-page application that harnesses the full potential of a Progressive Web App (PWA).
With JATE, you'll have the flexibility to compose, edit, and manage your text documents, whether you're online or offline. No internet connection? No problem! JATE functions offline, allowing you to access and edit your content anytime.
One of JATE's standout features is its exceptional data persistence techniques. In case a particular data persistence option is not supported by your browser, rest assured, JATE has backup mechanisms in place to prevent any loss of your work.
To access this application locally, you will need to do the following:
- Clone the repository.
- Open the command line and type
npm install.- This will take care of any necessary packages you need to install.
- Once the packages are all installed, type
npm run devto start up the application locally.
To use this application:
- Click on the link to the deployed application.
- There are two ways in which you can use this application:
- To use within your web browser: Go ahead and type! Your work will be saved.
- To use as an application:
- Click Install in your URL bar.
- Go ahead and type! You can pin the text editor to your start bar to access it later on without having to open the browser itself.
- Have fun writing!
You can find the deployed application here.
While working through this application, I utilized a handful of different resources. These sources included accessing course materials provided through the boot camp classes. StackOverflow and W3Schools sourced additional resources I read through. Additional support was provided during office hours for bug fixes; as well as garnering assistance from my classmates and colleagues.