/goplay-submission-test

Project for Goplay Submission Test purpose.

Primary LanguageJavaScript

Goplay Submission Test

A web-based application for Goplay test purpose. This application has 3 main features they are: Simple Color Picker, Images Container, and Number to Text Converter

Development Environment

Scripts available

Clone the repo

Clone this repo by using command line below in your terminal.

git clone https://github.com/ramadhanabs/goplay-submission-test.git

Install package

Install all package in package.json file. Make sure you run this after cloning this repo, right before running development server.

npm install

Run development server

Run the script below to start the development server and open http://localhost:3000 (default port)

npm run dev

Run unit tests

Run the script below to execute all unit tests.

npm run test