react-calendar
Description
This projects features a simple calendar created totally from scratch with ReactJS and BulmaCSS.
Live demo: http://react-calendar.romajs.surge.sh
Frameworks/libs
Main frameworks and libraries used on this project.
Requirements
- Node v12+
- Npm v6.12+
This projects suports nvm
, please consider using it to install node
and npm
correct versions:
nvm install v12
nvm use
This projects include a versioned .env
, with all configuration that you may need.
Installation
Run npm install
Usage
Run npm run start:dev
This will bring up json-server
running on port 4000
and the application running on port 3000
.
Your browser should automatically open at http://localhost:3000.
This projects aims for production, so you could also bring the application up with npm run start
, but you will also need to provide a backend application!
Records
Create and update reminder
Month navigation
Remove reminder
Documentation
For detailed information please see this project documentation.
romajs - 2020