Looking to build a calendar app in React.
You are not alone.
I did some research to see what the world published on this so far, and here is what I have found.
Room Booking System
A room booking system built with MongoDB, Express, Node.js and ReactJS.
This one has a lot going on. But it’s interesting to have a look at it.
It seems like it’s a uni project or something… at least it’s organised as such.
It has wireframes and docs and a breakdown of the use case and a working demo.
Git repository: https://github.com/julia-/room-booking-system
Demo: https://room-booking-system.netlify.com/
React Big Calendar
A Google Calendar clone in react.
An events calendar component built for React and made for modern browsers (read: IE10+) and uses flexbox over the classic tables-ception approach.
Git Repo: https://github.com/intljusticemission/react-big-calendar
Demo: http://intljusticemission.github.io/react-big-calendar/examples/index.html
React Google Calendar
Like above but also integrate the Google API stuff so it does not only *look* like Google Calendar but can actually talk to Google Calendar.
Git Repository: https://github.com/crashspringfield/react-google-calendar
For now that’s all I have found. I might post an update if I find anything interesting extra.
On a side note – there is this guy doing a tutorial on react native book app here – that’s interesting and can spark some ideas too, so I am putting it here.