You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-11Lines changed: 12 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -9,18 +9,19 @@
9
9
10
10
## What is this and who is it for 🤷♀️
11
11
12
-
This was my first project in React that I've built in my spare time. It's meant to be showcase
13
-
of my programming skills.
12
+
This was my first project in React that I've built in my spare time. React app is based on [tutorial](https://www.youtube.com/watch?v=hT3j87FMR6M). Backend was created by me without any help or tutorial. Github Actions (CI) were also done by me alone.
13
+
14
+
> ⚠️ Do not analyse React code as it was not written by me. This was one of the first tutorial projects I did for learning React. I made it public only for archiving reasons and because there are some additional things built over the tutorial base.
14
15
15
16
I've learnt a lot from this project. Some concepts that I've grasped:
16
-
- React with hooks
17
-
- Javascript fundamentals
18
-
- Firebase
19
-
- Javascript unit testing with jest
20
-
- Django Rest Framework
21
-
- Unit testing Django
22
-
- Swagger documentation
23
-
- Github Actions (CI)
17
+
- React with hooks (tutorial scope)
18
+
- Javascript fundamentals (tutorial scope)
19
+
- Firebase (tutorial scope)
20
+
- Javascript unit testing with jest (tutorial scope)
0 commit comments