项目作者: Jjunxi
项目描述 :
The app allows users to create events for any date and see already created events for the currently active month.
高级语言: JavaScript
项目地址: git://github.com/Jjunxi/Calendar-App.git
OneClass Calendar App
Quick Links:
Introduction" class="reference-link"> Introduction
A single page application in React.
The app allows users to create events for any date and see already created events for the currently active month.
Welcome to OneClass Calendar App
Done list" class="reference-link"> Done list



- When users click on the day, they should see a “create event” form (e.g. popup) that includes Hour, Minutes, and Event Name fields
- After users fill in the form, the event data should be saved somewhere on the client side.

- Events should be sorted by date/time
- Events should have the following format: “{Day} {Month} {Year} {HH}:{MM} - {EventName}”




Architecture" class="reference-link"> Architecture



Set up" class="reference-link"> Set up
$ git clone https://github.com/Jjunxi/Calendar-App.git
$ npm install
$ npm start
Then open http://localhost:3000/ to see the app.
Author
License
MIT
Good Luck! 🚀