Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
e651628
feat: implement urgenttype enum
kovesdieszter Sep 28, 2022
9e6c85e
feat: implement task class
kovesdieszter Sep 28, 2022
8c3f579
feat: implement add new task container in main page
kovesdieszter Sep 28, 2022
0e9fcf8
fix: delete react strictmode
kovesdieszter Sep 28, 2022
7a1c84a
feat: add maincontainer to app
kovesdieszter Sep 28, 2022
8dfa597
feat: modify config files
kovesdieszter Sep 28, 2022
8b6924e
feat: implement title component
kovesdieszter Sep 28, 2022
a3e02fa
feat: add title
kovesdieszter Sep 28, 2022
37a17ac
feat: implement inline structure
kovesdieszter Sep 28, 2022
575887e
feat: implement add-task container css
kovesdieszter Sep 28, 2022
4ce1f2e
feat: get values from the fields
kovesdieszter Sep 28, 2022
263e7b4
feat: implement basic card component
kovesdieszter Sep 29, 2022
2e62ae1
feat: place tasks into cards
kovesdieszter Sep 29, 2022
37d8b63
feat: implement task class
kovesdieszter Sep 29, 2022
c6752ca
feat: save tasks in localstorage
kovesdieszter Sep 29, 2022
94c8a6c
feat: implement card css
kovesdieszter Sep 29, 2022
4f88f29
feat: implement card container css
kovesdieszter Sep 29, 2022
a387cd9
feat: background color based on urgentType
kovesdieszter Sep 29, 2022
78621f4
fix: import fix
kovesdieszter Sep 29, 2022
d370c06
feat: implement finish task
kovesdieszter Sep 29, 2022
f4f05cf
fix: color design
kovesdieszter Sep 29, 2022
9e4ec25
fix: card design
kovesdieszter Sep 29, 2022
1cbed16
fix: delete dead code
kovesdieszter Sep 29, 2022
495467a
fix: delete console logs
kovesdieszter Sep 29, 2022
205cb00
feat: add id field to Task
kovesdieszter Sep 29, 2022
68bfc4c
fix: delete by id
kovesdieszter Sep 29, 2022
2080295
feat: implement readme with picture
kovesdieszter Sep 30, 2022
648aba5
fix: correct readme
kovesdieszter Sep 30, 2022
dc7e629
fix: configuration in .json files
kovesdieszter Oct 6, 2022
95014fa
fix: delete unnecessary directory
kovesdieszter Oct 6, 2022
14d0b9b
fix: change back
kovesdieszter Oct 6, 2022
35c91ed
Revert "fix: change back"
kovesdieszter Oct 6, 2022
ef05aad
Revert "fix: delete unnecessary directory"
kovesdieszter Oct 6, 2022
042b3f6
feat: refresh readme with deploy info
kovesdieszter Oct 7, 2022
0f79ce8
fix: link in readme
kovesdieszter Oct 7, 2022
0188d5d
fix: link typo in readme
kovesdieszter Oct 7, 2022
778700c
fix: use object instead of switch case
kovesdieszter Oct 12, 2022
fdfcec9
fix: one line function
kovesdieszter Oct 12, 2022
abe9d37
fix: remove commented code
kovesdieszter Oct 12, 2022
9028a98
fix: remove commented code
kovesdieszter Oct 12, 2022
d69e534
fix: import eslint
kovesdieszter Oct 12, 2022
f32d3fb
fix: add new line
kovesdieszter Oct 12, 2022
7ea876e
fix: remove unnecessary curly braces
kovesdieszter Oct 12, 2022
2da88a3
fix: apostrophes in imports
kovesdieszter Oct 12, 2022
c8d407f
fix: fix welcome
kovesdieszter Oct 12, 2022
c2d8715
fix: responsive inputs
kovesdieszter Oct 12, 2022
4445e9e
fix: mui button override
kovesdieszter Oct 12, 2022
80cdbd9
fix: delete ts ignores
kovesdieszter Oct 12, 2022
30aa4c9
fix: delete comments
kovesdieszter Oct 12, 2022
0906faa
fix: app title
kovesdieszter Oct 12, 2022
a5d6a1e
fix: classnames
kovesdieszter Oct 12, 2022
284b1ec
fix: update default xml
kovesdieszter Oct 12, 2022
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
23 changes: 23 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 22 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,22 @@
# SimpleToDo
This is a simple React to-do application where I used typescript for the first time. You can write a note about your task.
![alt hydro1](simpletodo.png)

# Simple ToDo Application
- This is a React application where I used typescript and material UI for the first time.
- User can add tasks and delete them when they are finished.
- My biggest challenge: using CSS with material UI.

## Features
- The background color of the task cards depends on the urgency.
- Application stores tasks in localstorage.

## Technology

- React
- CSS
- Typescript
- Material UI
- AWS Amplify

## Getting Started

- This application is deployed on AWS, so just click [here](https://main.d23sxx0ohyehql.amplifyapp.com/) and try it.
Binary file added simpletodo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading