- Clone this repo
- run
yarn run local
(It will automatically install the required dependencies & start dev-server onlocalhost:3030
) - run
yarn run localserver
for starting up fake BE api's
- Creating To-do Tickets
- Listing of To-do tickets based on status
- Drag and drop feature on ticket cards for updating status of tickets
- Editing an existing ticket
- Auto closure of tickets after marking done
- Validations during edition or creation of tickets.
- Built on React, Redux, Router, Axios
- Uses SASS & Bootstrap for styling
- Uses JSON-SERVER for simulating Backend in local
- Auto formatted with Prettier