Artur-Poffo / Hacking-News

School work repository - BLOG WITH ASTRO FRAMEWORK

Home Page:https://hacking-news.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Repository of schoolwork in Blog format

Status: Finished

AboutFeaturesLayoutHow it worksTech StackAuthor

About

Hacking-News - is a blog created with the purpose of storing and grouping my schoolwork and school research, in its first version I used Next.js, now we have migrated to the Astro framework


Features

  • List posts
  • Filter Posts by categories

Layout

Homepage

Print of Homepage

About

Print of About Page

Post Layout

Print of Post Page


How it works

Pre-requisites

Before you begin, you will need to have the following tools installed on your machine: Git, Node.js. In addition, it is good to have an editor to work with the code like VSCode

Run the app

# Clone this repository
$ git clone https://github.com/Artur-Poffo/Hacking-News.git

# Access the project folder cmd/terminal
$ cd Hacking-News

# install the dependencies
$ npm install

# Run the application in development mode
$ npm run dev

# The server will start at port: 3000 - go to http://localhost:3000

Tech Stack

The following tools were used in the construction of the project:

  • Astro
  • Tailwind CSS

See the file package.json


Author

  • Artur Poffo - Developer

Linkedin Badge Gmail Badge


About

School work repository - BLOG WITH ASTRO FRAMEWORK

https://hacking-news.vercel.app


Languages

Language:Astro 91.7%Language:JavaScript 7.0%Language:TypeScript 1.3%