Skip to content

alexdisdier/todo-client

Repository files navigation

Continuous Integration

Deploy to GitHub pages workflow

codecov

todo_browser


todo_responsive


Synopsis

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

Usage example

See demo - https://alexdisdier.github.io/todo-client/

✅ Functionalities

  • Add a task
  • Edit
  • Check and cross out
  • Delete
  • Drag and drop
  • Mobile responsive with swiping gestures for deletion

Running the project

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

Built With

Dependencies

...among others

Acknowledgments

  • 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