Skip to content

Latest commit

 

History

History
47 lines (21 loc) · 1.26 KB

README.md

File metadata and controls

47 lines (21 loc) · 1.26 KB

ViewCalendar

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

Project Status

This app is deployed

Project Screen Shot

VWScreenshot.png

Installation and Setup Instructions

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/

Reflection

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.