-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Added templates for styling and storage (#16)
- Loading branch information
1 parent
bd186cb
commit 710b2e0
Showing
3 changed files
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters