Skip to content

Create your code, save your code. No internet? No problem, JATE to the rescue.

License

Notifications You must be signed in to change notification settings

laurelthorburn/Text-Editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text-Editor

Description

Welcome to J.A.T.E, or "just another text editor". JATE is a text editor that runs in the browser. This app is a single-page application that meets the PWA criteria. Additionally, it features a number of data persistence techniques that serve as redundancy in case one of the options is not supported by the browser. The application also functions offline, lucky you.

License: MIT

Table of Contents

  1. Description.
  2. Installation.
  3. License.
  4. Contributing.
  5. Tests.
  6. Questions.
  7. Screenshots.
  8. Links.
  9. Resources/Credit.

Installation

  • Clone the repository using:
git clone https://github.com/laurelthorburn/Text-Editor.git
  • Ensure you are in the current working directory
  • Install dependencies by opening the terminal (ctrl + j on windows) and running:
npm install || npm i
  • Run the project by typing the following in the terminal in order:
npm run build 
npm run start

License

Copyright <2021>

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.

Contributing

  1. Fork the repo!
  2. Create a feature branch:
git checkout -b yourname-branch
  1. Commit changes:
git commit -m 'Your changes here'
  1. Push to the branch:
git push origin yourname-branch
  1. Submit a pull request and wait for it to be approved or denied.

Tests

No tests at this time

Questions?

Want to see more of my work? Click here!

Questions/comments/concerns? Please send an email to [email protected]

Screenshots

Screenshot of Text Editor Main Screen Screenshot of Text Editor with code Screenshot of Text Editor with install button pressed showed code can be downloaded

Links

Heroku Site: https://laurels-text-editor.herokuapp.com/

Github Site: https://github.com/laurelthorburn/Text-Editor

Resources/Credit

  • Master coder and TA, Samuel Fox, who found the missing space and made magic happen

About

Create your code, save your code. No internet? No problem, JATE to the rescue.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published