Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Umutplvn/Typed_App_Client
Styled Components and Theme Structure
https://github.com/Umutplvn/Typed_App_Client
react-typed themeprovider usestate
Last synced: about 1 month ago
JSON representation
Styled Components and Theme Structure
- Host: GitHub
- URL: https://github.com/Umutplvn/Typed_App_Client
- Owner: Umutplvn
- Created: 2023-07-30T02:20:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-26T19:30:59.000Z (about 1 year ago)
- Last Synced: 2024-12-09T19:13:29.229Z (about 1 month ago)
- Topics: react-typed, themeprovider, usestate
- Language: JavaScript
- Homepage: https://typed-umut.netlify.app/
- Size: 191 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Styled Components and Theme Practice
## Live at: https://typed-umut.netlify.app/
## Description
Project aims to test styled components and theme construction.
## Problem Statement
- We are adding a new project to our portfolios. So you and your colleagues have started to work on the project.
## Project Skeleton
```
Random User Generator App
|
|----readme.md # Given to the students (Definition of the project)
SOLUTION
├── public
│ └── index.html
├── src
│ ├── App.js
| |__ Home.jsx
├── package.json
└── yarn.lock
```## Objective
Build structure with using styled components.
### At the end of the project, following topics are to be covered;
- Styled Components
- HTML
- JS
- ReactJS
### At the end of the project, students will be able to;
- improve coding skills within HTML & Styled Components & JS & ReactJS.
- use git commands (push, pull, commit, add etc.) and Github as Version Control System.
## Notes
- You can add additional functionalities to your app.
**
☺ Happy Coding ✍
**