Skip to content

Commit 9236dce

Browse files
authored
chore: update README
1 parent c51909f commit 9236dce

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,19 @@
99

1010
## What is this and who is it for 🤷‍♀️
1111

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.
1415
1516
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)
21+
- Django Rest Framework
22+
- Unit testing Django
23+
- Swagger documentation
24+
- Github Actions (CI)
2425

2526
## Features
2627

@@ -86,4 +87,4 @@ Push repository to **heroku**:
8687

8788
```
8889
$ git push heroku master
89-
```
90+
```

0 commit comments

Comments
 (0)