Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kalwabed/yotask-fe
- Owner: kalwabed
- Created: 2024-02-19T08:40:27.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-19T15:46:33.000Z (11 months ago)
- Last Synced: 2024-02-20T11:05:08.651Z (11 months ago)
- Topics: chakra-ui, jotai, react, tanstack-query
- Language: TypeScript
- Homepage: https://yotask.pages.dev
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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