ViewCalendar is a react application used to view events in a calendar from xml data. This application offers tools for coloring, filters, and statistics.
Here is an instance file : solution_calendar_ua_l3info_2021-1.xml
This application was made with React, Node, javaScript, Css. it implements APIs like fullcalendar and chart.js
This app is deployed
Clone down this repository. You will need node
and npm
installed globally on your machine.
Installation:
npm install
To Run Test Suite:
npm test
To Start Server:
npm start
To Visit App:
localhost:3000/
This was a 6-8 week long project built during my computer science license at University of Angers. Project goals included using technologies learned up until this point and familiarizing myself with react and documentation for new features.