Skip to content

Module 19 UNC Coding Bootcamp Challenge - PWA Text Editor: JATE is a single-page text editor application that runs in the browser. This application meets PWA criteria and features multiple data persistence techniques that serve as redundancy in case one of the options is not supported by the browser.

Notifications You must be signed in to change notification settings

t-starkw/snippet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

JATE - Just Another Text Editor

Module 19 UNC Coding Bootcamp Challenge - PWA Text Editor

JATE is a single-page text editor application that runs in the browser. This application meets PWA criteria and features multiple data persistence techniques that serve as redundancy in case one of the options is not supported by the browser. Additionally, this application is available for installation and is fully functional offline.

JavaScript HTML CSS Express Node Heroku

Installation

Clone the repository:

git clone [email protected]:t-starkw/snippet.git

Install the required dependencies:

npm install

Run the project in your local browser:

npm start

Usage

Visit the website on Heroku. You can view posts and visit links as a visitor or create your own account. Click the sign in button in the upper right hand corner of the application. If you do not yet have an account, click the link below the form to create an account. Once you've set your credentials, you will be prompted to select an avatar and create an about section. As an authenticated user you can add, delete and edit your own posts and comment on other posts.

Warning: New data is stored on Heroku for an indeterminate period of time. At least once a day the dynos will be restarted and any new data included new users might be wiped out.

Deployed Application

You can view the live application here

Meta

Tessa Starkweather – LinkedIn[email protected]

View my profile – GitHub

Distributed under the MIT license. See LICENSE for more information.

Contributing

  1. Fork it (https://github.com/t-starkw/snippet/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

About

Module 19 UNC Coding Bootcamp Challenge - PWA Text Editor: JATE is a single-page text editor application that runs in the browser. This application meets PWA criteria and features multiple data persistence techniques that serve as redundancy in case one of the options is not supported by the browser.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published