@BirukAbrehamSubmitted almost 2 years ago
🌩️Mohamed Montaser🌩️
@mohamed-montaser1All comments
- @mohamed-montaser1Posted almost 2 years ago
amazing job @Biruk here the list of edits you can make to make the website more useful
- use local storage in window object to save the tasks when user refresh the page or quit it and return again will show the list of tasks
- on user click on complate on the left of task change the background circle to linear-gradient
- add transition to body and the header to make it smooth
example:
transition: all 0.3s ease-in;
1