Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ikram-maulana/taskify-app
⚛️ Aplikasi Task List Berbasis Website Menggunakan ReactJS, TailwindCSS dan React Beautiful DnD
https://github.com/ikram-maulana/taskify-app
netlify react-beautiful-dnd reactjs tailwindcss task typesript
Last synced: 29 days ago
JSON representation
⚛️ Aplikasi Task List Berbasis Website Menggunakan ReactJS, TailwindCSS dan React Beautiful DnD
- Host: GitHub
- URL: https://github.com/ikram-maulana/taskify-app
- Owner: Ikram-Maulana
- License: mit
- Created: 2022-09-05T02:28:49.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-08T00:15:24.000Z (over 2 years ago)
- Last Synced: 2024-11-11T09:44:45.653Z (3 months ago)
- Topics: netlify, react-beautiful-dnd, reactjs, tailwindcss, task, typesript
- Language: TypeScript
- Homepage: https://ikram-tasktify.netlify.app
- Size: 2.82 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
![Ikram-Tasktify](Mockup-Tasktify.png)
![html](https://img.shields.io/static/v1?message=HTML&logo=html5&labelColor=5c5c5c&color=1182c3&label=%20)
![typescript](https://img.shields.io/static/v1?message=TypeScript&logo=typescript&labelColor=5c5c5c&color=1182c3&label=%20)
![reactjs](https://img.shields.io/static/v1?message=React%20JS&logo=react&labelColor=5c5c5c&color=1182c3&label=%20)
![yarn](https://img.shields.io/static/v1?message=yarn&logo=yarn&labelColor=5c5c5c&color=1182c3&label=%20)
![nodejs](https://img.shields.io/static/v1?message=Node%20Js&logo=node.js&labelColor=5c5c5c&color=1182c3&label=%20)
![tailwind](https://img.shields.io/static/v1?message=Tailwind%20CSS&logo=tailwindcss&labelColor=5c5c5c&color=1182c3&label=%20)## About Applications
Ikram Tasktify Merupakan Sebuah Aplikasi Task List Berbasis Website Menggunakan ReactJS, TailwindCSS dan React Beautiful DnD.
## Steps to Install and Run Applications on Local Computers
1. Install [Node.Js](https://nodejs.org/en/download/) and [Git](https://git-scm.com/).
2. Clone this repository
`git clone https://github.com/Ikram-Maulana/taskify-app.git`
3. Open the project folder, then open CMD
4. To download all the required packages, type the command
`yarn install`
5. To run the application in development environment mode type the command
`yarn start`
6. To run the application in production environment mode type the command
`yarn build`## In-App Features
- [x] Create Task List
- [x] Drag and Drop Task List
- [x] Responsive Design## Licence
This application is under license [MIT license](https://github.com/Ikram-Maulana/taskify-app/blob/master/LICENSE.md).