jesusyanez / techline-nextjs

Tech news feed.

Home Page:https://techline.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Roadmap

  • Create a device-responsive React website
  • Lazy load api calls
  • Add thumbnails to each article
  • Setup NodeJs PM2 server
    • Setup node cron to automate article fetching from reddit
    • Automate pushes to api server

Install

First, download repository and enter directory:

git clone https://github.com/jesusyanez/techline-nextjs.git
cd techline-nextjs

Install all dependencies:

npm install

Running

Finally, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

About

Tech news feed.

https://techline.vercel.app


Languages

Language:JavaScript 72.0%Language:CSS 28.0%