Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/louisxie0830/vue-google-calendar-clone
A Google Calendar clone built with Vue 3, TypeScript, and Vite
https://github.com/louisxie0830/vue-google-calendar-clone
google-calendar pinia typescript vite vue3
Last synced: 7 days ago
JSON representation
A Google Calendar clone built with Vue 3, TypeScript, and Vite
- Host: GitHub
- URL: https://github.com/louisxie0830/vue-google-calendar-clone
- Owner: louisxie0830
- License: mit
- Created: 2024-08-03T12:12:48.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-03T12:39:25.000Z (5 months ago)
- Last Synced: 2024-11-08T04:39:04.967Z (about 2 months ago)
- Topics: google-calendar, pinia, typescript, vite, vue3
- Language: Vue
- Homepage: https://vue-google-calendar-clone.onrender.com
- Size: 224 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vue Google Calendar Clone
This project is a clone of Google Calendar built with Vue 3, TypeScript, and Vite. It aims to replicate the core functionalities of Google Calendar with a modern web development stack.
## Features
- Event creation, editing, and deletion
- Monthly, weekly, and daily views
- Responsive design
- Integration with Tailwind CSS for styling## Project Setup
### Prerequisites
- Node.js (version 14.x or higher)
- npm or yarn### Installation
1. Clone the repository:
```sh
git clone https://github.com/yourusername/vue-google-calendar-clone.git
cd vue-google-calendar-clone
```2. Install dependencies:
```sh
npm install
# or
yarn install
```### Running the Development Server
```sh
npm run dev
# or
yarn dev
```This will start the development server and you can view the application at `http://localhost:3000`.
### Building for Production
```sh
npm run build
# or
yarn build
```This will create a production-ready build of the application in the `dist` directory.
### Previewing the Production Build
```sh
npm run preview
# or
yarn preview
```This will start a local server to preview the production build.
## Contributing
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.