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

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.

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.