Skip to content

gabrr/gabrr-calendar

Repository files navigation

Gabrr Calendar

Stack Used

  • Typescript
  • React JS
  • React Router DOM
  • Styled Components
  • Moment JS
  • Jest
  • Redux
  • Lodash
  • Axios
  • uuid

Screenshots

first second third

Check demo

Disclaimer

It's working fine on Chrome. On Safari, it has a problem to parse a date (MM-DD-YYYY) it sets to invalid. It can be solved by using a server side rendering, such as NEXT, or using moment js for the whole app.

Requirements

  • Node JS LTS
  • Git
  • Yarn

Starting the project

copy and paste on your terminal

git clone https://github.com/gabrr/gabrr-calendar.git && yarn && yarn start

Starting the app's tests

yarn test