_ _ _____ _____ ___ ___ _____ _____
| \ | | _ |_ _| |_ |/ _ \_ _| ___|
| \| | | | | | | | / /_\ \| | | |__
| . ` | | | | | | | | _ || | | __|
| |\ \ \_/ / | | /\__/ / | | || | | |___
\_| \_/\___/ \_/ \____/\_| |_/\_/ \____/
📚 Welcome to the PWA Text Editor! This application allows you to create and store notes or code snippets, with or without an internet connection. Install, write text & edit it! ✏️📚
🔗🔗Heroku! 🔗🔗
🔗🔗Render!🔗🔗
✨ Create and save notes or code snippets ✨ Functionality works both online and offline ✨ IndexedDB storage for data persistence ✨ Installable as a Progressive Web Application (PWA) ✨ Service worker for caching static assets ✨ Bundled with webpack ✨ Uses next-gen JavaScript features with Babel
-
Clone the repository:
git clone <https://github.com/JohnM89/Not-JATE.git>
-
Install dependencies:
npm install
-
Build the webpack:
npm run build
-
Run the application:
npm run start
-
Open your browser and navigate to...
http://localhost:3000
🛠️🏃♂️
The application is deployed on Render & Heroku. You can access it on Render here. 🌐💻
Something to add? By all means! Fork the repo, make a push and let me know! 🛠️🚀
1 - Type your content in the editor it will be stored even if the wifi drops out 2 - Click on the "Install" button to download the app as an icon on your desktop 3 - Have a blast writing & deleting your code!
💻- HTMLWebpackPlugin 💻- MiniCssExtractPlugin 💻- JavaScript 💻- ESLint 💻- IndexedDB 💻- Webpack 💻- Babel 💻- Workbox 💻- InjectManifest 💻- Cacheable-response
This project is licensed under the MIT License. 📜🔒
- JohnM89* 😎🤙
My rendition of a previously constructed framework designed by the U of T coding bootcamp community (referenced in contributors)