Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matheus1714/explorer-cats-blog
Cats Blog
https://github.com/matheus1714/explorer-cats-blog
cats css3 grid-template html5 rocketseat rocketseat-explorer scss
Last synced: 27 days ago
JSON representation
Cats Blog
- Host: GitHub
- URL: https://github.com/matheus1714/explorer-cats-blog
- Owner: Matheus1714
- Created: 2023-08-22T02:49:57.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-22T03:12:30.000Z (over 1 year ago)
- Last Synced: 2023-08-22T04:11:01.049Z (over 1 year ago)
- Topics: cats, css3, grid-template, html5, rocketseat, rocketseat-explorer, scss
- Language: HTML
- Homepage: https://matheus1714.github.io/explorer-cats-blog/
- Size: 13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Cats Blog](https://matheus1714.github.io/explorer-cats-blog/) 🚀
![](.github/cover-cats-blog.png)
This challenge consists of developing a responsive blog site with articles about cats. The project also features a search bar, related article recommendation and article rating.
## Design
This Front-end project was developed based on the design proposed in [Figma]().
![](.github/animation.gif)
## Technologies
- HTML
- CSS
- SCSS## Run Project
Clone this repository with the command:
```shell
git clone https://github.com/Matheus1714/explorer-cats-blog.git
```Open the `index.html` on your broser.
## Edit Project
If you want edit this project so edit using the files: `index.html` and `styles.scss`.
Compile the `scss` file to `css/styles.min.css`.
I used [Live Sass Compiler](https://marketplace.visualstudio.com/items?itemName=ritwickdey.live-sass) to develop on [VSCode](https://code.visualstudio.com/).
## Acknowledgment
Thanks to [Rocketseat](https://www.rocketseat.com.br/) for this challenge and initiatives it provides.🚀