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

https://github.com/lftobs/task-manager-app


https://github.com/lftobs/task-manager-app

Last synced: about 1 year ago
JSON representation

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.