Skip to content

pitoms/Goldin-Fullstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Goldin-Fullstack

Rebuilding Hackaday's projects list & detail page. Write up can be found here.

Usage

Clone this repo to your local machine, and npm install from within the "Goldin-Fullstack" directory.
Head over to https://dev.hackaday.io/ and grab an API key. Create a .env file and create a variable named API_KEY = 'my_api_key_from_hackaday_website'
Run npm run dev and a browser tab will open with the web app.

Requirements

  • Node 0.10.x

Executing program

  • Navigate to root directory
  • Install dependencies using npm install
  • Run web server using npm run dev
cd Goldin-Fullstack
npm install
npm run dev

Future improvements

The code here needs to be refactored - some of it is repetitive and can be fixed by creating more abstract, resusable functions. (DRY) Separating the css files, and client js functions will help for readability as well.

About

Rebuilding Hackaday's projects list & detail page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published