Abhishek-Dobliyal / HackerNewz

A clone of HackerNews website made with Vue & TailwindCSS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HackerNewz

A clone of the HackerNews website.

Installations and Dependencies

Usage

  • Open Terminal/ Command Prompt, then navigate to the project directory and type in:
npm run serve
  • The above command should result in something like this:
> frontend@0.1.0 serve
> vue-cli-service serve

 INFO  Starting development server...


 DONE  Compiled successfully in 7988ms                                                                     16:50:41


  App running at:
  - Local:   http://localhost:8080/ 
  - Network: http://192.168.134.61:8080/

This project utilizes the HN Angolia API for fetching the stories and all other relevant details.

Todo

  • Implement user login and other user related tasks (post, comment etc.)
  • Work on issues (if any)
  • Add NodeJS server & support for database

About

A clone of HackerNews website made with Vue & TailwindCSS


Languages

Language:Vue 77.1%Language:JavaScript 17.2%Language:HTML 5.7%