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

https://github.com/piterweb/calendarweb

๐Ÿ“† CalendarWeb Client ๐Ÿ’ป
https://github.com/piterweb/calendarweb

calendar client-side frontend mui mui-icons react react-query react-router react-router-dom typescript

Last synced: about 2 months ago
JSON representation

๐Ÿ“† CalendarWeb Client ๐Ÿ’ป

Awesome Lists containing this project

README

          

# ๐Ÿ“† CalendarWebServer

### ๐Ÿ’ปYou can find the server on this [repository](https://github.com/PiterWeb/CalendarWebServer) ๐Ÿ’ป

## Purpouse

Nowadays it is dificult to save your calendar in one place and still have privacy ๐Ÿ”, so I tried to make a full-stack Calendar ๐ŸŒ server + ๐Ÿ’ป client (web) which anyone can host to use it.

## Before building the project

You need NodeJS and NPM installed and them run:

$ npm install

## Technologies used ๐Ÿ“˜

### React ( Vite + Typescript ) ๐Ÿงช

- Emotion ๐ŸŽจ (CSS)
- MaterialUI ๐Ÿ‘ทโ€โ™‚๏ธ (UI Components)
- React Query ๐ŸŒ (Fetch Managment)
- React Router v6 ๐Ÿ”— (Routes)
- Date-fns ๐Ÿ“… (Date formats)

#### Start the project

$ npm run build
$ npm run preview