Code Monkey home page Code Monkey logo

site-generator's Introduction

Site-Generator

This is a fest site generator for colleges. The project proposes templating using handlebars to achieve the goal of a site. This will reduce the amount of manual labour and literally anyone can update the contents* of the website.

(*) contents means the data to be rendered, the frontend for the site still needs to be designed by people.

How to set up?

  1. Git clone this repository and cd into it
  2. Install the dependencies
  3. Hit npm run start
  4. Navigate to localhost:8080 to access the server
$~ git clone https://github.com/gabru-md/site-generator.git
$~ cd site-generator
$~ npm install
$~ npm run start

Available Routes

  1. http://localhost:8080/ Homepage Route. This route will render the information predominantly stored in src/data/home.json
  2. http://localhost:8080/contact Route to display contact information. The information comprises of the core team of the fest. The data of the core team can be found in the src/data/contact.json
  3. http://localhost:8080/events Route to display all the events of the fest at a single page (mostly required). The data about the events is stored inside the src/data/events.json file
  4. http://localhost:8080/events/:eventname Route to display individual event. The event details can be found inside the src/data/events.json file.

Issues/Bugs

Please report any bugs or issues on the issue tracker or reach me at manish.nsit8@gmail.

Maintainer

gabru-md

site-generator's People

Contributors

gabru-md avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.