Skip to content

Commit 6fc54ac

Browse files
committed
add food-ninja subfolder
1 parent 7cedd1e commit 6fc54ac

15 files changed

+37
-6
lines changed

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
1-
# Food Ninja - Tailwind CSS
1+
# CSS Frameworks
2+
3+
This repo is made of 1 project:
4+
5+
1. [**Food Ninja**](#food): A recipe website to understand Tailwind CSS basics.
6+
<!-- 2. [**Star Wars Info**](#starwars): A web app about Star Wars to understand React Query basics. -->
7+
8+
## <a name="food"></a>1) Food Ninja - Tailwind CSS
29

310
A recipe website to understand Tailwind CSS basics.
411

12+
[See food-ninja folder](https://github.com/solygambas/html-css-frameworks/tree/master/food-ninja)
13+
514
<p align="center">
6-
<img src="screenshot.png">
15+
<a href="https://github.com/solygambas/html-css-frameworks/tree/master/food-ninja">
16+
<img src="food-ninja/screenshot.png">
17+
</a>
718
</p>
819

9-
## Features
20+
### Features
1021

1122
- setting up Tailwind CSS for development.
1223
- handling fonts, colors, margin, padding and borders.
File renamed without changes.

food-ninja/README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Food Ninja - Tailwind CSS
2+
3+
A recipe website to understand Tailwind CSS basics.
4+
5+
<p align="center">
6+
<img src="screenshot.png">
7+
</p>
8+
9+
## Features
10+
11+
- setting up Tailwind CSS for development.
12+
- handling fonts, colors, margin, padding and borders.
13+
- extending theme colors and customizing font with tailwind.config.js.
14+
- using flexbox, grid and responsive classes.
15+
- reusing classes for cards, badges and buttons with @apply directive.
16+
- displaying icons from Heroicons.
17+
- building a responsive navbar.
18+
- adding effects and transitions on hover.
19+
20+
Based on [Tailwind CSS Tutorial](https://www.youtube.com/playlist?list=PL4cUxeGkcC9gpXORlEHjc5bgnIi5HEGhw) by Shaun Pelling - The Net Ninja (2020).
File renamed without changes.

package.json renamed to food-ninja/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
"keywords": [],
1010
"repository": {
1111
"type": "git",
12-
"url": "git+https://github.com/solygambas/html-css-tailwind-tutorial.git"
12+
"url": "git+https://github.com/solygambas/html-css-frameworks.git"
1313
},
1414
"author": "solygambas",
1515
"license": "ISC",
1616
"bugs": {
17-
"url": "https://github.com/solygambas/html-css-tailwind-tutorial/issues"
17+
"url": "https://github.com/solygambas/html-css-frameworks/issues"
1818
},
19-
"homepage": "https://github.com/solygambas/html-css-tailwind-tutorial#readme",
19+
"homepage": "https://github.com/solygambas/html-css-frameworks#readme",
2020
"dependencies": {
2121
"autoprefixer": "^10.2.4",
2222
"tailwindcss": "^2.0.2"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)