Skip to content

shivangshivang1/alphaNumeric-combination-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alphanumeric keyboard combination

This app allows user to enter any 7 or 10 digit phone number and on form submission it fetches data uses Spring Boot API and display its data with an Angular UI. This app is using pagination to display records in multiple page. Number of results on a page is limited to 25 but can be changed.

Getting Started

To install this example application, run the following commands:

cd alphaNumeric-combination-example

This will get a copy of the project installed locally. To install all of its dependencies and start each app, follow the instructions below.

To run the server, cd into the server folder and run:

./mvnw spring-boot:run

To run the client, cd into the client folder and run:

npm install && npm start

Help

This project except any 7 or 10 digits valid phone number and calculate all possible alpha numeric combination for input.

License

Apache 2.0, see LICENSE.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published