Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fernando-gimeno/quotes
https://github.com/fernando-gimeno/quotes
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fernando-gimeno/quotes
- Owner: fernando-gimeno
- Created: 2023-07-14T12:58:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-14T13:34:54.000Z (over 1 year ago)
- Last Synced: 2024-06-23T01:27:16.320Z (7 months ago)
- Language: TypeScript
- Size: 120 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Random Quote Generator
## Table of Contents
- [Overview](#overview)
- [Built With](#built-with)
- [Features](#features)
- [How to use](#how-to-use)
- [Contact](#contact)
- [Acknowledgements](#acknowledgements)## Overview
This is my first project created in Angular.
I used the API [QuoteGarden](https://github.com/pprathameshmore/QuoteGarden)### Built With
- [Node.js](https://nodejs.org/)
- [Angular](https://angular.io/)
- [QuoteGarden](https://github.com/pprathameshmore/QuoteGarden)## Features
This application/site was created as a submission to a [DevChallenges](https://devchallenges.io/challenges) challenge. The [challenge](https://devchallenges.io/challenges/8Y3J4ucAMQpSnYTwwWW8) was to build an application to complete the given user stories.
## How To Use
To clone and run this application, you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:
```bash
# Clone this repository
$ git clone https://github.com/your-user-name/your-project-name# Install dependencies
$ npm install# Run the app
$ npm start
```## Contact
- GitHub [@FernandoUY](https://github.com/FernandoUY/)
- Twitter [@FernandoGimenoo](https://twitter.com/FernandoGimenoo)