Giter VIP home page Giter VIP logo

mk_calendar's Introduction

Calendar Challenge

Description

A calendar display that allows a user to add an array of objects to the database and see them displayed on a daily calendar broken down by time.

Stack

This project submission is using Rails 5.1.3, ruby 2.4.1, JavaScript, JQuery and a PostgreSQL database.

To Run Locally:

  • Update Ruby and install Rails and psql if not already updated/installed.
  • Clone down repository to a local directory.
  • cd mk_calendar
  • run bundle install
  • run rake db:create
  • run rake db:migrate
  • run rails server to start up the application and ensure it is running on localhost:3000
  • navigate to http://localhost:3000 in the browser

There you will see the empty calendar. From you can either enter an array of JSON objects into the form or you can use the rake db:seed command to seed the database with events. All events are entered in 24hr time for this prototype. The format would look like:

[
{"start_time": "09:00", "end_time": "10:00"}, 
{"start_time": "10:00", "end_time": "11:00"}
]

Thank you for the opportunity to complete the challenge!

mk_calendar's People

Contributors

benjaminpjacobs avatar

Watchers

James Cloos 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.