/date-picker

A date picker built from scratch with date-fns library

Primary LanguageJavaScript

Date Picker App

A date picker app implemented from scratch with the date-fns library.

Table of contents

General info

Practice the use of parcel bundler and an external library to bundle it. Use the date-fns library to implement the logic and functionality of a date picker from scratch.

Screenshots

Screenshot_2021-05-19 Date Picker Demo

Technologies

  • HTML
  • CSS
  • JavaScript
  • Parcel Bundler
  • date-fns library

Features

List of features ready and TODOs for future development

  • Initially shows the current date
  • A button to display the calendar
  • Two arrow buttons to navigate to previous or next months and update accordingly the calendar
  • It also displays the days of the week
  • Dates from other months are shown to fill in the space just like any calendar

Status

Project is: finished.

Inspiration

Project based on JavaScript Simplified by Kyle Cook

Contact