facundop3 / calendar

Simple calendar PWA with some react, typescript and flexbox

Home Page:https://facundop3.github.io/calendar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calendar PWA

MacOS

Month:

image

Year:

image

Android

Month:

image

Year:

image

Web:

Month

image

Year

image

TODO:

- Add Day view
- Add Week view

How to run it?

After cloning the project or downloading and uncompressing the .zip file, you will need to install the project dependencies with NPM or Yarn:

With a terminal positioned at the root directory of the project run: NPM:

	npm install

Yarn:

yarn

After installing the dependencies you are ready to run the project by running: NPM:

	npm start

Yarn:

	yarn start

About

Simple calendar PWA with some react, typescript and flexbox

https://facundop3.github.io/calendar/

License:MIT License


Languages

Language:TypeScript 94.9%Language:HTML 3.9%Language:CSS 0.9%Language:JavaScript 0.3%