An open API service indexing awesome lists of open source software.

https://github.com/barata-ribeiro/dio_angular_blog

An Angular blog project based on a dribbble's layout
https://github.com/barata-ribeiro/dio_angular_blog

Last synced: 7 months ago
JSON representation

An Angular blog project based on a dribbble's layout

Awesome Lists containing this project

README

          

# Angular Blog - Sector 67

## 🌐 Description

Simple blog developed during an [Angular Course](https://github.com/Barata-Ribeiro/dio_formacao_angular) I've taken to learn about how single page applications work in the Angular development environment. Instead of following a 1:1 approach from the teacher, I made the blog responsive, used more optimized CSS, and incremented the data of the blog using generative AI for both text and photos. Have fun reading through articles from inidivuals of a fake galactic sector.

## 🚀 Built With

- [Angular 16](https://angular.io/)

## 🛠️ Project Setup

You'll need to have [Node.js](https://nodejs.org/en/download/), [npm](https://www.npmjs.com/get-npm), and the [Angular CLI](https://angular.io/guide/setup-local) installed on your machine.

1. Install Angular CLI:

```bash
npm install -g @angular/cli
```

2. Clone the repository:

```bash
git clone https://github.com/Barata-Ribeiro/dio_angular_blog.git
```

4. Navigate to the project folder:

```bash
cd dio_angular_blog
```

3. Install dependencies:

```bash
npm install
```

4. Start the local development server:

```bash
ng s -o
```

## 🤝 Contributing

Although this was a course project, if you want to increment on it, just open up a pull request and I'll check it out.

## 📜 License

This project is open source and available under the [MIT License](LICENSE).