Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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]

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
```