GithubHelp home page GithubHelp logo

lkhoony / yolo-obseoye Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 1.0 205.27 MB

An Web Site introducing Jeju Island in Korea with HTML, CSS and Javascript

Home Page: https://yolo-obseoye.herokuapp.com/

License: MIT License

CSS 1.96% HTML 97.80% JavaScript 0.24%
html5 css javascript heroku-deployment jquery

yolo-obseoye's Introduction

Yolo Obseoye

Team project for Web Programming

Open App : https://yolo-obseoye.herokuapp.com/

GitHub license

Introduction

Yolo Obseoye is a web site introducing attractions, restaurants and activities of Jeju island in Korea

  • introduces information of attractions, restaurants and activities
  • provides information of the top 20 for each
  • moves to instagram or map page using link

Tech

Yolo Obseoye uses a number of open source projects to work properly:

  • HTML5 - Markup web pages
  • CSS - how HTML elements are to be displayed on screen
  • Javascript - change elements of HTML and CSS dinamically
  • node.js - execute server on localhost
  • jQuery - Javascript library to much easier to deal with HTML and CSS elements
  • Heroku - platform as a service enables to operate application

Installation

Yolo Obseoye requires Node.js v6+ to run.

Install the dependencies and devDependencies and start the server.

$ cd YOLO-obseoye
$ npm install -d
$ node app.js

Development

Open your favorite Terminal and run these commands.

$ node app.js

By default, the default will be configured by port 3000, so change this within the app.js if necessary. When ready, simply modify the app.js to operate other port.

const port = process.env.PORT || ${port};

Verify the deployment by navigating to your server address in your preferred browser.

127.0.0.1:port

Heroku

This web site use Heroku to deployment application. If you wanna deploy your application, follow below steps.

To deploy your application on Heroku, you need to download and install the Heroku CLI.

First, Login to Heroku

$ heroku login

Second, Create a new Git repository

$ cd YOLO-obseoye
$ git init
$ heroku git:remote -a Yolo-obseoye

Third, Deploy your application

git add .
git commit -am "commit message"
git push heroku master

Todos

  • Write MORE Tests
  • Add Night Mode

License

MIT

Free Software, Hell Yeah!

yolo-obseoye's People

Contributors

lkhoony avatar leekh950407 avatar

Watchers

 avatar

Forkers

daodaoala

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.