Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/evdmatvey/planner-frontend

The client part of a planner web application
https://github.com/evdmatvey/planner-frontend

planner-app react react-router tanstack-query vite

Last synced: 18 days ago
JSON representation

The client part of a planner web application

Awesome Lists containing this project

README

        

# planner-frontend


Library-react
Version-0.0.1(Alpha)
License-MIT

## About

The client part of a planner web application. You can create tasks with the app and track their progress. Supports adding tags to a task, setting its due date, and estimating its completion time.

## Technologies

- React (18.0.0)
- react-router (7.1.1)

## Environment

- Node 20.14.0
- npm 10.7.0 (recommended for production)
- pnpm 9.15.2 (recommended for development)

## Common setup

Clone the repo and install the dependencies.

```
git clone https://github.com/evdmatvey/planner-frontend.git
cd ecommerce-frontend
```

```
pnpm install
```

### Development

Run in development mode.

```
pnpm dev
```

Run code format checker.

```
pnpm format
```

Run linter.

```
pnpm lint
```

### Build

Build application and start.

```
npm run build
npm run start:prod
```

## Developers

- [evdmatvey](https://github.com/evdmatvey)

## License

Project planner-frontend is distributed under the MIT license.