Giter Site home page Giter Site logo

text-editor's Introduction

text-editor

This repository utilizes Progressive Web Applications and WebPacks to create a text-editor that functions both on the browser as well as asynchronously offline. It does so through service workers, localStore, and IndexDB. The deployed application can be found by clicking here.

A preview of the deployed application.

Table of Contents

Features

The deployed application and repository focuses largely on back-end server-side structures, particularly within the realm of Progressive Web Applications:

  • Javascript on client-side creates local instance of database to function and store data offline, and defines logic for operating offline.
  • Webpack configurations provide more information on the Progressive Web Application and metadata.
  • Allows for the installation of the application to function offline.

Installation

Copy the HTTPS or SSH key into your terminal and perform a git pull to create a local copy of the repository. A copy of this repository can be cloned using either of the following codes in the terminal to create a copy in your local environment:

HTTPS:

https://github.com/christiangella/text-editor.git

SSH:

[email protected]:christiangella/text-editor.git

Usage Instructions

To deploy the application from your local environment, first clone a copy of the repository. Once the repository has been downloaded, navigate to the repository in the terminal and install the necessary third-party packages using npm i or npm install. The package.json defines that node package module installation will proceed for both back-end and client-side.

In the command line terminal, deploy the application locally by running either npm start. This will deploy the repository to your local host at http://localhost:3000/, and run both the back-end and client-side server. The text-editor can be accessed offline by clicking the install button.

To deploy to Heroku, open the repository in the terminal and run npm i heroku. Log into your Heroku using heroku login and perform a git init to initialize the repository. Add the files by using git add -A, and then use git commit -m "{comment}" to commit the files. Input heroku create if you do not have a Heroku deployment available. Run git push heroku main to deploy from the main branch..

A preview of the deployed application.

Questions

This repository was created by Manong Chris. For further support, reach out by email at [email protected] or by Github at christiangella.

Credits

This repository was developed for the UC Davis Fullstacks Bootcamp under the UC Davis Continuing and Professional Education.

text-editor's People

Contributors

christiangella avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.