gamousquesORT / octodexrenderer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build and Test Container Build Continuous Delivery Continuous Delivery (skip azure deploy)

GitHub Octodex RSS Feed Renderer

This repository hosts a basic Next.js application that can consume the GitHub Octodex RSS feed and then render the extracted feed items into a web page so the Octocats can be viewed in all their glory.

Screenshot 2021-08-18 at 18 29 06

Building

This is a standard Next.js application that uses the next framework to develop and build the application.

To run the application locally, use npm run dev from the checked out source code (after installing the dependencies of course using npm install). The application will start up and bind to port 3000 making the server available from http://localhost:3000

About


Languages

Language:JavaScript 77.1%Language:Dockerfile 19.6%Language:CSS 3.3%