This is a to do list Web Application built with React.
You will find two branches:
- master using Typescript
- initial-js first basic version of this project
See demo - https://alexdisdier.github.io/todo-client/
- Add a task
- Edit
- Check and cross out
- Delete
- Drag and drop
- Mobile responsive with swiping gestures for deletion
Clone this repository :
git clone https://github.com/alexdisdier/todo-client.git
cd todo-client
Start the server:
npm start
Run Jest testing:
npm test
Build the project
npm run build
- html
- css
- JavaScript
- TypeScript
- React.js
- Create React App
...among others
- This project was bootstrapped with Create React App.
- Deploy React to github pages codeburst
- I used a headstart dragAndDrop tutorial by Temitope Emmanuel Medium
- eslint + prettier tutorial
- sort package.json using
npx sort-package-json