/duplicate-character-remover

App that removes the duplicated characters of a given string.

Primary LanguageJavaScript

Duplicate Character Remover

Introduction

Application to remove all the duplicated characters of any string.

Built with

  • Next
  • CSS
  • JavaScript

Getting started

Prerequisites

  • Install node.js.

Installation

  1. Clone the repo:
git clone https://github.com/ClouddCoder/duplicate-character-remover.git
  1. Install the dependencies in the project root:
npm install

Usage

After cloning the repo, it can be used with npm start or npm run dev to develop.

Then open a new tab in the browser and type localhost:3000.

Contributors