/calendar

Primary LanguageJavaScript

calendar

Instructions for running the webapp

npm install
createdb calendar
npm start
node script/seed.js

You can see the webpage at http://localhost:8000/

Front End:
React, Redux

Back End:
Node.js with PostgreSQL and Sequelize

Notes:

Calendar shows the current date.
Able to scroll down event for a day.
Update works on the Back-end

image