An open API service indexing awesome lists of open source software.

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.

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