Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrseanbaines/calendar
WIP responsive and customisable calendar component
https://github.com/mrseanbaines/calendar
calendar es2015 es6 javascript react reactjs styled-components styled-system
Last synced: about 2 months ago
JSON representation
WIP responsive and customisable calendar component
- Host: GitHub
- URL: https://github.com/mrseanbaines/calendar
- Owner: mrseanbaines
- Created: 2018-12-03T08:02:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-12T00:49:33.000Z (almost 4 years ago)
- Last Synced: 2023-02-26T21:02:48.379Z (almost 2 years ago)
- Topics: calendar, es2015, es6, javascript, react, reactjs, styled-components, styled-system
- Language: JavaScript
- Homepage:
- Size: 367 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Calendar
WIP responsive and customisable calendar component.## Setup
Make sure you have [Node](https://nodejs.org/en/) and [NPM](https://www.npmjs.com/) installed.To get started, run the following commands:
1. Install dependencies:
```sh
npm install
```
2. Run the app:
```sh
npm start
```
3. View the project at http://localhost:3000/