https://github.com/vijayksingh/fe-samurai-mode
A collection of practice projects i worked mostly on weekends.
https://github.com/vijayksingh/fe-samurai-mode
Last synced: about 1 month ago
JSON representation
A collection of practice projects i worked mostly on weekends.
- Host: GitHub
- URL: https://github.com/vijayksingh/fe-samurai-mode
- Owner: vijayksingh
- Created: 2022-07-02T17:18:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-03T07:20:46.000Z (almost 3 years ago)
- Last Synced: 2025-01-24T12:28:46.620Z (3 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# FE Samurai Mode
This repository will serve as a distilled location for all the things i've learned in FE.
Will contain all tips and tricks related to `HTML / CSS / JS / React / Typescript`Apart from little knowledge nuggests i'll also add links to my practice projects and everything.
## Dev Challenge
### Challenge 1
[Implementation Link](https://replit.com/@perceptron007/Challenge-1-Dev-Challenge?v=1)
Reference : [URL - Challenge 1](https://devchallenges.io/challenges/wBunSb7FPrIepJZAg0sY)CSS Properties Learned: `none`
## Shoulder of the Giants: 🧑🏻💻
Will be used as reference for everything i've learnt.
### React
[Awesome List about all things React Components](https://github.com/component-driven/awesome-list)
Problem: After going through few courses in react i always keep running into situation where i was always confused about how to design `resiliant robust reusable` components. So one night i sit down and scanned through various places (hackernews, reddit, twitter, google search) to learn about designing component.
These are the set of resources that i found to be suitable.
- [ ] [Component Driven Development in React](https://egghead.io/courses/component-driven-development-in-react-e0bf)
- [ ] [Resillient Component in React](https://youtu.be/1U9oGd3VD9w)### CSS
### JS