Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ yarn-error.log*

# remove all CSS from source control
src/**/*.css

.notes.md
31 changes: 31 additions & 0 deletions notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Things to accomplish

[x] Add header to the top of the App as welcome to the Runecrafter
[x] Build the Link list into a Navbar so it follows from screen to screen

Create Reusable components IE Card / Button / Table / Input ( Go through other Runes and pick out common Component occurances)
[x] Card
[x] Button
[] Table
[] Input
[] Navbar

Build out components
[x] TaskList
[] Fetch Examples
[x] Documentation
[] Asset Gallery

Create Documentation for
[x] Card
[] Project itself

[] Wire up Apollo Server w/ RESTDataSource


rafc - import React and arrow function component
rcc - import React and class based component

# Notes for documentation
- Make note of how to style custom RQUI Components with styled components or SASS.
``` const StyledCard = styled(Card)`` ```
Loading