Skip to content

Solution: Christian Herrero + Paris Arcos #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 27 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
f13c66b
Set up the minimun project components
Cherrerotinoco Sep 21, 2021
fc902c9
Add to do list
Cherrerotinoco Sep 21, 2021
c1c5b5d
Fix functionality and add styles to TodoTask component
Cherrerotinoco Sep 22, 2021
9f58ead
Add validation to form
Cherrerotinoco Sep 22, 2021
d5b0eab
Add validation to form
Cherrerotinoco Sep 22, 2021
a6314e6
Add Header,Main,Footer components
Cherrerotinoco Sep 23, 2021
bd267cc
Finish basic CRUD functionalities
Cherrerotinoco Sep 23, 2021
953bda1
problems
ParisArcos Sep 24, 2021
ec6f81d
wda
ParisArcos Sep 24, 2021
fbb7cf6
sd
ParisArcos Sep 24, 2021
a0cc25f
Add styles to AddToDoTask component
Cherrerotinoco Sep 27, 2021
c29abc2
Add styles in ToDo list and footer filter bar
Cherrerotinoco Sep 27, 2021
53ef027
background+title
ParisArcos Sep 27, 2021
393db5f
Merge branch 'main' of https://github.com/Cherrerotinoco/reactjs-todo…
ParisArcos Sep 27, 2021
c57b87b
Add styles in ToDo list and footer filter bar
Cherrerotinoco Sep 27, 2021
5fe02c4
Merge branch 'main' of https://github.com/Cherrerotinoco/reactjs-todo…
Cherrerotinoco Sep 27, 2021
ecddc27
empry imput
ParisArcos Sep 27, 2021
df1e2bf
component "Title" added
ParisArcos Sep 27, 2021
c0e26d5
Add styles to footer component
Cherrerotinoco Sep 27, 2021
c0efc4a
Add styles to filter bar
Cherrerotinoco Sep 27, 2021
270011e
style minor changes
ParisArcos Sep 27, 2021
f7108cb
minor issues fixed
ParisArcos Sep 27, 2021
50ee923
Finish lastest steps
Cherrerotinoco Sep 27, 2021
74bf60c
git add
ParisArcos Sep 27, 2021
88817f7
Merge branch 'main' of https://github.com/Cherrerotinoco/reactjs-todo…
ParisArcos Sep 27, 2021
fb60cc2
icons
ParisArcos Sep 27, 2021
70f4e70
screenshot added to readme
ParisArcos Sep 27, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
package-lock.json
package-lock.json
1 change: 1 addition & 0 deletions .husky/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_
Loading