Skip to content

Commit

Permalink
feat: Added templates for styling and storage (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
TAS-scorchedshadow authored Mar 25, 2024
1 parent bd186cb commit 710b2e0
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
15 changes: 14 additions & 1 deletion book/src/06_styling/index.md
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
# Hello World!
# Styling

In this section we aim to cover the basics of realising your frontend design with CSS, whilst also giving pointers to popular approaches and libraries (as of 2024) for you to try.

Currently we have execises covering
- CSS
- [Flexbox]() [Under Construction]
- [Grid]() [Under Construction]
- [Responsive Design]() [Under construction]

- Approaches / Libraries
- [CSS Modules]() [Under Construction]
- [TailwindCSS](../06_styling/devwatch.md)
- [Material UI]() [Under Construction]
7 changes: 7 additions & 0 deletions book/src/07_storage/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Storage

Most websites will end up requiring some kind of persistent storage. The following exercises will help get you started with integrating different types of storage with a React app.

Currently we have execises covering
- [Local Storage]() [Under Construction]
- [Databases]() [Under Construction]
1 change: 1 addition & 0 deletions book/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@
- [React Basics](04_react-intro/index.md)
- [Styling](06_styling/index.md)
- [DevWatch (TailwindCSS)](06_styling/devwatch.md)
- [Storage](07_storage/index.md)

0 comments on commit 710b2e0

Please sign in to comment.