/Coders.Tokyo-Project

Project on coders.tokyo

Primary LanguageHTML

Projects on Coders.tokyo

Notice: All file CSS in all project, I wrote in SCSS file and convert to CSS file

1. CSS Selectors cheatsheet: HERE

2. Markdown cheatsheet: HERE

3. Report for Pseudo class & elements: HERE

4. CSS Specificity:

  • elements < class < id < inline css < !important
  • Reference HERE or HERE

5. CSS Effect Reference:

  • Website for reference effect in CSS: HERE or HERE
  • Transition: HERE
  • Easing function for transition: HERE

6. CSS Grid: HERE

7. Read Pug docs: HERE

8. Automatic re-running server node: npm i --save-dev nodemon

9. Game for practice CSS Selectors: HERE

10. Convert HTML to Pug: HERE

11. Read Mongodb and Mongoose: HERE or HERE

12. Web read markdown: HERE but not free

13. Read Javascript closures: HERE

14. If you want to insert all data from json, you just insert like this in terminal:

mongoimport --jsonArray --db <database> --collection <collection> --file <address file input>

15. Read more typechecking with PropTypes in React docs: HERE

16. Practice Javascript in CodeSignal and CodeWars

17. Sass Docs: HERE

18. RegEx: Tool and Cheatsheet

19. Bootstrap for React: HERE

20. Axios: HERE

21. Web Gradient: HERE and Web Color: HERE

22. Clip-path example: HERE

23. HTML Speacial Characters: HERE

24. Transform-origin:

The transform-origin property allows you to change the position of transformed elements.