https://github.com/lftobs/task-manager-app
https://github.com/lftobs/task-manager-app
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/lftobs/task-manager-app
- Owner: Lftobs
- Created: 2024-01-23T03:31:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-23T04:08:43.000Z (over 2 years ago)
- Last Synced: 2025-02-09T21:24:44.093Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://task-manager-app-lftobs.vercel.app
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tasks manager app
This is a task manager app built with jotai, react(vite) and tailwind.
Live link: https://task-manager-app-silk-two.vercel.app/
## How to run locally
- clone the repo
``` git clone https://github.com/Lftobs/Task-manager-app/```
- Navigate to the Task-manager-app folder
- install the dependencies using npm, yarn or pnpm
``` npm i ```
- After running the install you can run the app (using npm)
``` npm run dev ```
The task manager app is a two paged app built with react(via vite) since it was intended to be a SPA. The choice of tailwind css was due to the ease of the framework for faster development while jotai was used for state Management due to it atomic approach. All this combined together were used to carefully construct the app.