Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kalwabed/yotask-fe

A dead simple task manager application built with React and Vite.
https://github.com/kalwabed/yotask-fe

chakra-ui jotai react tanstack-query

Last synced: about 2 months ago
JSON representation

A dead simple task manager application built with React and Vite.

Awesome Lists containing this project

README

        

# YoTask

A dead simple task manager application built with React and Vite.

## Tech Stack

- React.js
- TypeScript
- Vite
- Tanstack
- 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/yotask-fe.git
```

Then, install dependencies and fetch data to your local machine.

```bash
cd yotask-fe
pnpm install
```

Copy the `.env.example` file to a new file with the name `.env`:

```bash
cp .env.example .env
```

Provide `VITE_SERVER_URL` from the backend [yotask-be](https://github.com/kalwabed/yotask-be).

Finally, run the development server.

```bash
pnpm dev
```

Open [localhost:5173](http://localhost:5173) with your browser to see the project.

## Deployment

For deployment, we can use services like Cloudflare Pages or Vercel.

## Learn More

- https://react.dev