Skip to content

sky-bnb/component-calendar

Repository files navigation

Skybnb - Calendar Service Component

Skybnb


GitPoint

Reservation Service Component, built with React

Table of Contents

Introduction

Open Source, feature-rich calendar component made for making reservations and picking out dates. Made from scratch using React and some light back end using Node.js.

Features

A few of the things you can do with Skybnb:

  • Accurate, stateful rendering of each component of the calendar
  • Slide In and Slide Out Animation when prev/next buttons clicked, using AntMotion library.
  • Full functionality rendering of dates, accurate real-time and current months.
  • RESTful API in place for inserting, reading, updating reservations to database (MongoDB)

Feedback

Feel free to send us feedback via email or file an issue. New feature requests are always welcome. If you wish to contribute, please take a quick look at the guidelines!

Contributors

This project follows the all-contributors specification.

Build Process

  • Follow the React Guide for getting started building a web app project with React code.
  1. installs webpack bundle, when ran in root directory
npm install -g webpack
  1. installs npm, ran in root directory
npm install
  1. creates webpack bundle, output is in dist folder
npm run build
  1. seed data to work with to simulate future reservations from db
npm run seed-data
  1. runs node.js server to run app
npm run server-dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •