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 ๐ป
- Host: GitHub
- URL: https://github.com/piterweb/calendarweb
- Owner: PiterWeb
- License: mit
- Created: 2022-05-28T16:37:18.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-10T09:53:30.000Z (about 4 years ago)
- Last Synced: 2025-01-12T05:08:16.180Z (over 1 year ago)
- Topics: calendar, client-side, frontend, mui, mui-icons, react, react-query, react-router, react-router-dom, typescript
- Language: TypeScript
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.md
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