Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jl-olemar/calendar-app-mern

My React Calendar App Repository (Frontend Only).
https://github.com/jl-olemar/calendar-app-mern

axios jest react-big-calendar react-datepicker react-modal react-redux reactjs reduxjs-toolkit vitejs

Last synced: 11 days ago
JSON representation

My React Calendar App Repository (Frontend Only).

Awesome Lists containing this project

README

        

# Calendar App

### Install Dependencies with **_pnpm_**

```bash
pnpm install
```

### Run App

```bash
pnpm dev
```

### Linter and Formatter with **Standard**

```bash
pnpm lint
```