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
- Host: GitHub
- URL: https://github.com/barata-ribeiro/dio_angular_blog
- Owner: Barata-Ribeiro
- License: mit
- Created: 2023-07-20T09:21:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-30T20:33:18.000Z (over 2 years ago)
- Last Synced: 2025-03-17T10:12:18.069Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://dio-angular-blog-delta.vercel.app
- Size: 170 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).