https://github.com/arawns1/angular-blog
Simple blog project made with Angular
https://github.com/arawns1/angular-blog
angular dio-bootcamp santander-bootcamp typescript
Last synced: about 2 months ago
JSON representation
Simple blog project made with Angular
- Host: GitHub
- URL: https://github.com/arawns1/angular-blog
- Owner: Arawns1
- Created: 2023-09-07T15:54:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-08T22:22:54.000Z (almost 3 years ago)
- Last Synced: 2025-07-29T01:41:36.449Z (11 months ago)
- Topics: angular, dio-bootcamp, santander-bootcamp, typescript
- Language: TypeScript
- Homepage: https://angular-blog-rosy.vercel.app/
- Size: 2.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📝 The Blog Project
Projeto de um simples blog feito em Angular
# 🛠 Tecnologias Utilizadas
- Typescript
- Angular
- Rotas
- MockAPI
# 🎯 Objetivo Principal
O principal objetivo deste projeto foi aprofundar meus conhecimentos no angular, realizando requisições externas e controlando rotas
# 📸 Visuais e Telas

# 🎨 Referências
- [Demo Aqui](https://angular-blog-rosy.vercel.app/)
- [Inspiração](https://dribbble.com/shots/18089191-Blog-Layout)
## 💻 Como Rodar?
1. Clone o repositório
```bash
git clone https://github.com/Arawns1/angular-blog.git
```
2. Abra o diretório execute o código abaixo para instalar as depedências
```bash
npm install
```
3. Rode o comando abaixo para executar o projeto no navegador
```
ng serve
```
Por padrão, a aplicação é iniciada em `http://localhost:4200/`