Skip to content

My backend and frontend solutions using node.js for the challenges on c0d3.com.

License

Notifications You must be signed in to change notification settings

garageScript/c0d3-challenges

 
 

Repository files navigation

This repository is a mirror of the files on https://ggwdr.freedomains.dev/, where I host my solutions for the challenges on c0d3.

The challenges are small projects where you're asked to build a back-end API for different things with a simple front-end to consume it.

For the website, I spiced up the front-end a bit with Bootstrap and Bootswatch Darkly.

Hosting a local server

  1. Clone this repository:
git clone https://github.com/ggwadera/c0d3-challenges.git
cd c0d3-challenges
  1. Instal the node modules:
npm install
  1. Start the server:
npm run start
  1. Open in your browser: http://localhost:8123

About

My backend and frontend solutions using node.js for the challenges on c0d3.com.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 72.8%
  • JavaScript 25.8%
  • CSS 1.4%