thecodermehedi / stylewrite

A Simple Interactive Online Text Editor

Home Page:https://dub.sh/stylewrite

Repository from Github https://github.comthecodermehedi/stylewriteRepository from Github https://github.comthecodermehedi/stylewrite

StyleWrite is a simple, minimal, and fast online text editor designed with Tailwind CSS and basic JavaScript for interaction.

Github Pages

How to run this ?

  1. Clone this repo
git clone https://github.com/devbytemehedi/stylewrite.git
  1. Open stylewrite in vscode
code stylewrite
  1. Install node modules
npm i
  1. Build the style.css file
npm run build
  1. Install Live Server Extension
  2. Open index.html and Right click on the editor
  3. Click "Open with Live Server".
  4. Project should be up and running in your browser.

OS, Terminal & Shell

Windows 11 Windows Terminal PowerShell

Software Used

Visual Studio Code Figma ChatGPT Firefox

Technology Used

HTML5 CSS3 TailwindCSS DaisyUI JavaScript NodeJS NPM Git

Connect with me

Facebook Instagram GitHub LinkedIn Dev.to blog

Folder Structure

stylewrite
 ┣ .vscode
 ┃ ┗ settings.jsondist
 ┃ ┗ .gitkeepsrc
 ┃ ┣ assets
 ┃ ┃ ┣ favicons
 ┃ ┃ ┃ ┣ icon.png
 ┃ ┃ ┃ ┗ icon.svg
 ┃ ┃ ┣ icons
 ┃ ┃ ┃ ┣ dev.svg
 ┃ ┃ ┃ ┣ facebook.svg
 ┃ ┃ ┃ ┣ github.svg
 ┃ ┃ ┃ ┣ instagram.svg
 ┃ ┃ ┃ ┣ linkedin.svg
 ┃ ┃ ┃ ┗ text-size.svg
 ┃ ┃ ┗ logo
 ┃ ┃ ┃ ┗ logo.png
 ┃ ┣ js
 ┃ ┃ ┗ main.js
 ┃ ┣ pages
 ┃ ┃ ┗ .gitkeep
 ┃ ┣ input.css
 ┃ ┗ main.html
 ┣ .gitattributes
 ┣ .gitignoreindex.htmlLICENSEpackage.jsonREADME.mdrobots.txttailwind.config.js

License

The code is available under the MIT license.

Acknowledgements

This project uses the following free resources:

Thank you to the creators of these resources for making them available for free!

About

A Simple Interactive Online Text Editor

https://dub.sh/stylewrite

License:MIT License


Languages

Language:HTML 60.9%Language:JavaScript 38.6%Language:CSS 0.5%