Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arman2409/todo-list

todo tasks management application
https://github.com/arman2409/todo-list

Last synced: 2 days ago
JSON representation

todo tasks management application

Awesome Lists containing this project

README

        

# To Do

Task management application

## Task implementation

You can find several bugs in the project, which I couldn't fix due to time limitations.For example you can find that the fields of the add/edit form are not being validated in proper order, or that dates are not properly inserted in the form when editing,
deadline.The fact that I didn't have any prior experience with Formik and Yup was also a reason I couldn't handle this kind of bugs.

## Live preview

https://glowing-praline-b5ba1f.netlify.app/

## Getting Started

### Prerequisites

* Node.js and npm
* Git

### Running locally

1. Clone the Repository

```bash
git clone https://github.com/Arman2409/todo-list.git
```

2. Install Dependencies

```bash
npm install
```

3. Run the server in development mode

```bash
npm run dev
```