Skip to content

Commit 90bc3a1

Browse files
committed
Doc: Update notes file structure by adding new notes
1 parent e3d40e4 commit 90bc3a1

File tree

5 files changed

+16
-1
lines changed

5 files changed

+16
-1
lines changed

Diff for: README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ This repository holds all the notes of the things I have learnt. Anyone else can
44

55
## Flask-focused Articles
66
- [Getting started with Flask](https://github.com/GitauHarrison/getting-started-with-flask)
7+
8+
### Tailwind CSS in Flask
9+
- [Getting Started](/tailwindcss/getting_started_tailwindcss.md/)
710
1. [How to deploy to Heroku](deploy_to_heroku.md)
811
2. [How to use GitHub SSH](github_ssh.md)
912
3. [How to Set up `elasticsearch`](how_to_set_up_elasticsearch.md)
@@ -62,10 +65,15 @@ This repository holds all the notes of the things I have learnt. Anyone else can
6265
- [Getting started with the Windows Subsystem for Linux](non_technical_articles/wsl.md)
6366
- [Integer conversion to binary using Python](non_technical_articles/convert_integers_to_binary_using_python.md)
6467

65-
#### Africa's Talking API
68+
### Africa's Talking API
6669

6770
- [Airtime API](/africas_talking/at_airtime.md)
6871

72+
### MPesa
73+
74+
- [Lipa Na MPesa API](/mpesa/lipa_na_mpesa.md)
75+
76+
6977
## Flask Demo Projects
7078

7179
The [flask articles above](#flask-focused-articles) are great, though I think that seeing demos of the projects which integrate the concepts is a good way to learn. Check a few below:

Diff for: images/mpesa/lipa_na_mpesa/mpesa.png

1.3 MB
Loading

Diff for: images/tailwindcss/getting_started/tailwindcss.png

636 KB
Loading

Diff for: mpesa/lipa_na_mpesa.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Lipa Na Mpesa API
2+
3+
![Safaricom Developer](/images/mpesa/lipa_na_mpesa/mpesa.png)

Diff for: tailwindcss/getting_started_tailwindcss.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Getting Started With Tailwind CSS
2+
3+
![Tailwindcss](/images/tailwindcss/getting_started/tailwindcss.png)
4+

0 commit comments

Comments
 (0)