harshPPatel / find-and-replace

Simple Find and Replace app using Vanilla JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Find & Replace Tool

Simple Find and Replace tool created with HTML, CSS and JavaScript.

Getting Started

This are the instruction to start with this repository. Download or Clone this repository to your computer, and follow this instructions to set up the project on your local machine with the development mode of this project.

Required

This is the list of required software/technologies to run for further instructions.

  • node
  • npm
  • text editor

Installing

Follow this step by step instruction. Code is given for reference

Step 1 : Install required packages

npm install

Step 2 : This command will open the project in development environment.

npm start

Deployment

Step 1 : Run this command to produce the production version of your code. This will generate optimize files.

npm run build

Step 2 : Upload these build files to your server.

Built With

The following Framework/Technologies are used in this project's development.

  • ParcelJS - Bundler
  • SCSS - CSS Pre-processor

Author : Harsh P Patel

About

Simple Find and Replace app using Vanilla JavaScript


Languages

Language:CSS 51.9%Language:HTML 24.2%Language:JavaScript 23.9%