Phone numbers generator is an application where anyone can generate and save random phone numbers.
- Angular A JavaScript framework for building high performance application.
- Angular Material A material design framework for creating angular components with styles.
- TypeScript A strict syntactical superset of JavaScript, and adds optional static typing to the language.
- Install Node js on your machine
- Install Angular CLI on your machine
- Clone the repository
git clone https://github.com/johadi/random-numbers-generator.git
- Change into the directory
cd /random-numbers-generator
- Install all required dependencies with
npm install
- Open a terminal and run
npm run start
to start the application. - Navigate to
localhost:4200
on your browser to open the application
- Run
npm test
- Fork the repository
- Make your contributions
- Make sure your work is well tested
- Create Pull request against the development branch.
MIT