https://github.com/raphael-ps/url-shortener-front
Frontend xoxo, capenga, manco, anêmico, frágil e inconsistente, só pra testar a api de um jeito melhor do que com o postman.
https://github.com/raphael-ps/url-shortener-front
angular angularjs bootstrap
Last synced: about 2 months ago
JSON representation
Frontend xoxo, capenga, manco, anêmico, frágil e inconsistente, só pra testar a api de um jeito melhor do que com o postman.
- Host: GitHub
- URL: https://github.com/raphael-ps/url-shortener-front
- Owner: raphael-ps
- License: mit
- Created: 2024-11-22T03:14:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-30T16:57:04.000Z (over 1 year ago)
- Last Synced: 2025-02-06T04:41:24.156Z (over 1 year ago)
- Topics: angular, angularjs, bootstrap
- Language: TypeScript
- Homepage:
- Size: 792 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# URL Shortener Frontend
Very simple frontend specially made to test my [url shortener api](https://github.com/raphael-ps/url_shortener) as an alternative way to Postman.
Frontend [xoxo, capenga, manco, anêmico, frágil e inconsistente](https://youtu.be/VuhfI4oza_g?si=t8-nL1NIEA8bxXRR). Só pra testar a api de um jeito mais realista do que com o postman.
---
## Installation Guide
### Prerequisites
- [Node.js](https://nodejs.org/)
- [npm](https://www.npmjs.com/) or [yarn](https://yarnpkg.com/)
### Steps
1. **Clone the Repository**
```bash
git clone https://github.com/raphael-ps/url-shortener-front.git
cd url_shortener_frontend
```
2. **Install Dependencies**
Using npm:
```bash
npm install
```
Or using yarn:
```bash
yarn install
```
4. **Start the Development Server**
Using npm:
```bash
ng serve
```
5. **Access the Frontend**
Open your browser and navigate to `http://localhost:4200`, by default.
---
## Screenshots



!


---
## Contribution Guide
### Reporting Issues
If you encounter bugs or have feature requests, please open an issue in the [GitHub repository](https://github.com/raphael-ps/url_shortener_front/issues).
### Submitting Changes
1. Fork the repository.
2. Create a feature branch:
```bash
git checkout -b feature/your-feature
```
3. Commit your changes:
```bash
git commit -m "Add your feature"
```
4. Push to the branch:
```bash
git push origin feature/your-feature
```
5. Open a Pull Request.
---
## License
This project is licensed under the [MIT License](./LICENSE).
---
## Links
- [Frontend Repository](https://github.com/your-username/url_shortener_frontend)
- [API Repository](https://github.com/raphael-ps/url_shortener)