https://github.com/arbaz52/taskr-react-ts-with-dnd
https://github.com/arbaz52/taskr-react-ts-with-dnd
javascript react reactjs reactts typescript
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/arbaz52/taskr-react-ts-with-dnd
- Owner: arbaz52
- Created: 2020-11-03T20:53:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-03T20:55:17.000Z (over 5 years ago)
- Last Synced: 2025-06-21T06:05:18.483Z (11 months ago)
- Topics: javascript, react, reactjs, reactts, typescript
- Language: TypeScript
- Homepage: https://taskrrrr.herokuapp.com/
- Size: 213 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# taskrrrr
version: 1.0.0
Trello like website, not responsive as of now (v1.0.0).
You can drag-drop columns and tasks. You can add new columns, new tasks and even delete columns for now.
Developed using React.js with Typescript
## Motivation
I like strictly typed languages, I believe they are robust and you can find out most of the bugs in development cycle and I've developed my FYP using MEAN Stack so I was aware of the syntax and structure of typescript and how much it helped with code completion motivated me to develop/code this project using typescript and I'll tell you, It is better than plain old javascript!.
## Deployed on Heroku
### Visit it here: [Live](https://taskrrrr.herokuapp.com/)
## Run Locally
```bash
npm install
npm start
```
---
Tags:
#typescript, #reactjs #react-beautiful-dnd #chakra-ui