https://github.com/evgeniradev/calendar_on_react
A React and Rails-based app that allows users to manage task records in a Calendar view.
https://github.com/evgeniradev/calendar_on_react
calendar calendar-view react
Last synced: 3 months ago
JSON representation
A React and Rails-based app that allows users to manage task records in a Calendar view.
- Host: GitHub
- URL: https://github.com/evgeniradev/calendar_on_react
- Owner: evgeniradev
- Created: 2019-11-29T18:44:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T16:13:47.000Z (over 2 years ago)
- Last Synced: 2025-02-21T19:14:16.054Z (8 months ago)
- Topics: calendar, calendar-view, react
- Language: Ruby
- Homepage:
- Size: 1.55 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CalendarOnReact
A React and Rails-based app that allows users to manage task records in a Calendar view.
## Supported Browsers
Google Chrome, Mozilla Firefox, Safari## Installation
Please, use [Docker](https://docs.docker.com/) to install the app.
Run the below setup command to build the containers, create a new database and run the migrations. Please note, the command drops any existing database.
```
$ ./setup.sh
```Start the app in development mode:
```
$ ./start.sh
```Finally, load [http://localhost](http://localhost) in your browser.
## Running the tests
```
$ ./test.sh
```## To-do list
* Fix IE 11 and Microsoft Edge failures
* Improve Jest and RSpec tests
* Improve error handling
* Improve design
* Add task deletion functionality
* Add time selection