benruwel / Quotes

Angular app to write and post your favorite quotes and share to the world!

Home Page:https://benruwel.github.io/Quotes/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quotes

This is web application made with angular that allows users to post their favorite quotes and share them with world.

Setup Instructions

  1. Clone this repository:

        `git clone https://github.com/benruwel/Quotes.git`
  2. Open project in your preferred code editor

  3. Open the teriminal and run this code to install the required npm packges:

        npm install
  4. To run the project locally(development server):

        ng serve
  5. To build the project run:

        ng build

    The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

This is an open source software in accordance with the [MIT License]

About

Angular app to write and post your favorite quotes and share to the world!

https://benruwel.github.io/Quotes/


Languages

Language:TypeScript 54.3%Language:HTML 34.8%Language:JavaScript 6.6%Language:CSS 4.2%