Showcases the authors completed projects, experiences, skills and contact details.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
As a Developer of a Progressive Web Application, I would like to create a text editing webapp for programmers and coders to write or insert their code. This will allow the user to save the code and come back to it later on with the feature of working offline without an internet connection.
The following animation demonstrates the application functionality:
The following image shows the application's manifest.json
file:
The following image shows the application's registered service worker:
The following image shows the application's IndexedDB storage:
Clone the repository and install the npm packages
None at this stage
-
Clone the repo
git clone https://github.com/gurtej154/Textable-project.git
-
Install NPM packages
npm install
To ulitise this application, the following need to be installed and implemented in the command line.
- Npm init - for node packages
- Npm install - for multiple packages
- Constantly updating to current standards
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Gurtej Singh - gurtej154
Project Link: Repository
- N/A