Skip to content

sebastian-axell/wordCounter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordCounter

About

A simple word counter application with two methods

  1. method that allows you to add one or more words
  2. method that returns the count of how many times a given word was added to the word counter

The frontend is built in React using tailwindcss; the backend is built in Java 8.

Backend 97% test coverage.

Installation

Navigate to the frontend folder and run npm -i

Running the program

Frontend

Navigate to the frontend folder and run npm start.
This will open the frontend on localhost:3000

Backend

You need maven to run this application https://maven.apache.org/install.html
Navigate to the api folder and run mvn spring-boot:run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published