https://github.com/kalwabed/ak-calendar
Random calendar.
https://github.com/kalwabed/ak-calendar
chakra-ui jotai react typescript
Last synced: 8 months ago
JSON representation
Random calendar.
- Host: GitHub
- URL: https://github.com/kalwabed/ak-calendar
- Owner: kalwabed
- Created: 2022-04-16T07:29:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-05T09:37:05.000Z (almost 2 years ago)
- Last Synced: 2025-01-22T06:14:36.278Z (10 months ago)
- Topics: chakra-ui, jotai, react, typescript
- Language: TypeScript
- Homepage:
- Size: 73.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal Calendar
Random calendar.
## Tech Stack
- React.js
- Vite
- Chakra UI
- Jotai
## Getting Started
To get started running the project locally, please follow the steps below.
First, clone the repository.
```bash
git clone https://github.com/kalwabed/ak-calendar.git
```
Then, install dependencies and fetch data to your local machine. **Note that we use Yarn, not npm.**
```bash
cd ak-calendar
yarn install
```
Finally, run the development server.
```bash
yarn dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.