Skip to content
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

Ylvas ToDo-project Week 11 #446

Open
wants to merge 28 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
3091043
Initial commit
YlvaKarlsson Apr 18, 2023
6e14c67
Some kind of a working to do list - yey
YlvaKarlsson Apr 18, 2023
e4d1c0a
Some more things are working and some are still in progress
YlvaKarlsson Apr 20, 2023
34edb37
Changes and some styling
YlvaKarlsson Apr 20, 2023
120290c
Changes in styling, updating font etc
YlvaKarlsson Apr 20, 2023
85f805c
Trying some more
YlvaKarlsson Apr 20, 2023
d6cad35
Not working anymore
YlvaKarlsson Apr 20, 2023
aa1d9ea
Not working!
YlvaKarlsson Apr 20, 2023
cab2f17
Fixed a border
YlvaKarlsson Apr 20, 2023
eda39f5
All working - some styling left
YlvaKarlsson Apr 21, 2023
ae0753a
Fixed some bugs
YlvaKarlsson Apr 21, 2023
cc5bf0b
Added OG-tags and updated readme
YlvaKarlsson Apr 23, 2023
13fd172
Changed to a dropdown for categories - might delete tagsinput and use…
YlvaKarlsson Apr 23, 2023
bf671dc
Fixed header-image and header-title
YlvaKarlsson Apr 23, 2023
c6539f0
Fixes in the styling
YlvaKarlsson Apr 23, 2023
e4c4602
Edited Netlify-link
YlvaKarlsson Apr 23, 2023
eab3522
New commit since auto-build to Netlify didn't work
YlvaKarlsson Apr 23, 2023
31ad477
Trying to fix this shit!
YlvaKarlsson Apr 23, 2023
ca4fc8b
Removed some unnecessary code - trying to make the deploy to Netlify …
YlvaKarlsson Apr 24, 2023
edb122a
Trying again...
YlvaKarlsson Apr 24, 2023
3c47163
Try with comment
YlvaKarlsson Apr 24, 2023
f2c16cb
Trying again
YlvaKarlsson Apr 24, 2023
6341ee8
Try again
YlvaKarlsson Apr 24, 2023
b12aa08
Trying to rename
YlvaKarlsson Apr 24, 2023
5c8a108
Renaming to force update in GitHub
YlvaKarlsson Apr 24, 2023
4395c59
Renaming again to get changes in folders published on Netlify
YlvaKarlsson Apr 24, 2023
96fc33e
Added link to favicon
YlvaKarlsson Apr 24, 2023
d8c7c22
Fixed the issue with categories
YlvaKarlsson Apr 24, 2023
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
22 changes: 18 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,27 @@
# Project Todos

Replace this readme with your own information about your project.
This week's project was to create a To-Do-App with the main focus in Redux on the below parts:

Start by briefly describing the assignment in a sentence or two. Keep it short and to the point.
How to create:
* New slices
* New reducers
* New actions

We also went through what immutability means and how to work with it.
Added to the above things we also worked with the structure in a redux store and how to interact with the store using selectors or by dispatching actions.

## The problem

Describe how you approached to problem, and what tools and techniques you used to solve it. How did you plan? What technologies did you use? If you had more time, what would be next?
The app has the listed features below:
* Adding and removing tasks
* All to-dos and uncompleted/completed todos
* Each to-do has a timestamp and a date
* You can toggle between to-dos and switch completed ones to incomplete and vice versa

I tried to work with React styled components in this project and I feel it went better than last week's project so that's a progress! =D

If I had more time I'd try to make the categories to work better. I did not manage to make the categories show properly while choosing and I didn't make a list so you can show to-dos by different categories so that is something I'd like to fix in the future.

## View it live

Every project should be deployed somewhere. Be sure to include the link to the deployed project so that the viewer can click around and see what it's all about.
https://w11-to-do-react-redux-ylva-karlsson.netlify.app/
4 changes: 4 additions & 0 deletions code/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@
"allowSingleLine": true
}
],
"linebreak-style":[
"off",
"unix"
],
"comma-dangle": [
"error",
"never"
Expand Down
23 changes: 0 additions & 23 deletions code/.gitignore

This file was deleted.

Loading