https://github.com/ilyachichkov/todo-app
Todo App | React JS
https://github.com/ilyachichkov/todo-app
reactjs
Last synced: 3 months ago
JSON representation
Todo App | React JS
- Host: GitHub
- URL: https://github.com/ilyachichkov/todo-app
- Owner: IlyaChichkov
- Created: 2022-09-02T17:00:25.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-04T16:39:29.000Z (over 2 years ago)
- Last Synced: 2025-01-04T21:27:44.673Z (5 months ago)
- Topics: reactjs
- Language: TypeScript
- Homepage: https://ilyachichkov.github.io/todo-app/
- Size: 1.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo App
## Table of contents
- [Overview](#overview)
- [The challenge](#the-challenge)
- [Screenshot](#screenshot)
- [Links](#links)
- [My process](#my-process)
- [Built with](#built-with)
- [Useful resources](#useful-resources)
- [Author](#author)## Overview
### The challenge
Users are able to:
- View the optimal layout for the app depending on their device's screen size
- See hover states for all interactive elements on the page
- Add new todos to the list
- Mark todos as complete
- Delete todos from the list
- Filter by all/active/complete todos
- Clear all completed todos
- Drag and drop to reorder items on the list### Screenshot

### Links
- Live Site URL: [Add live site URL here](https://ilyachichkov.github.io/todo-app/)
## My process
### Built with
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- Mobile-first workflow
- [React JS](https://vuejs.org/) - VUE framework
- [TailwindCSS](https://tailwindcss.ru/) - For styles### Useful resources
- [Google Fonts](https://fonts.google.com/)
## Author
- Frontend Mentor - [@IlyaChichkov](https://www.frontendmentor.io/profile/IlyaChichkov)