Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/arman2409/todo-list
- Owner: Arman2409
- Created: 2024-06-21T12:02:49.000Z (5 months ago)
- Default Branch: develop
- Last Pushed: 2024-06-24T19:52:06.000Z (5 months ago)
- Last Synced: 2024-06-25T00:01:48.268Z (4 months ago)
- Language: TypeScript
- Homepage: https://glowing-praline-b5ba1f.netlify.app/
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```