Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jrsousadev/fullcalendar-scheduler-web
🗓️ Component inspired by google calendar [Next/React/Mui/Styled]
https://github.com/jrsousadev/fullcalendar-scheduler-web
agenda mui next react scheduler styled-components typescript
Last synced: 1 day ago
JSON representation
🗓️ Component inspired by google calendar [Next/React/Mui/Styled]
- Host: GitHub
- URL: https://github.com/jrsousadev/fullcalendar-scheduler-web
- Owner: jrsousadev
- Created: 2022-08-25T15:32:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-04T02:45:52.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T21:58:30.728Z (3 months ago)
- Topics: agenda, mui, next, react, scheduler, styled-components, typescript
- Language: TypeScript
- Homepage: https://fullcalendar-scheduler-web.vercel.app
- Size: 178 KB
- Stars: 57
- Watchers: 1
- Forks: 12
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📅 FullCalendar Scheduler Front-end
Project inspired by Google Calendar
if you want to improve or implement some functionality, feel free!
## Stacks:
- React
- Next
- Mui
- Styled Components### Link Repository API (Back-end)
🔗 [Back-end](https://github.com/jrsousadev/fullcalendar-scheduler-back)
### Deploy
🔗 [FullCalendar](https://fullcalendar-scheduler-web.vercel.app/)
### Resources
#### Calendar inspired by Google Calendar
![image](https://user-images.githubusercontent.com/92350736/186803018-7f53f5b3-db6c-4199-bed0-aacd8a5ee31b.png)
#### Add events and choose color
https://user-images.githubusercontent.com/92350736/186804113-4a5cdc03-bd11-4fd1-a293-3af857a025cd.mp4
#### Update events and delete
https://user-images.githubusercontent.com/92350736/186804582-fcec916d-2f7a-4ac0-b80e-1b466740066f.mp4
### Init Project
**1-** Clone repository.
**2-** Install dependecies.
```js
yarn
// or
yarn install
// and
yarn dev
```