mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 08:13:49 +10:00
added contributing page
This commit is contained in:
51
docs/technology/README.md
Normal file
51
docs/technology/README.md
Normal file
@ -0,0 +1,51 @@
|
||||
---
|
||||
title: Technology
|
||||
---
|
||||
|
||||
# Technology
|
||||
|
||||
A credit to all the projects and open source packages that have helped during the building of this project. Truly, without these projects, Reactive Resume wouldn't exist.
|
||||
|
||||
## ReactJS + Hooks 🎉
|
||||
|
||||
React makes it painless to create interactive UIs. Design simple views for each state in your application, and React will efficiently update and render just the right components when your data changes.
|
||||
|
||||
Hooks solve a wide variety of seemingly unconnected problems in React that we’ve encountered over five years of writing and maintaining tens of thousands of components. Whether you’re learning React, use it daily, or even prefer a different library with a similar component model, you might recognize some of these problems.
|
||||
|
||||
[Learn more → ](https://reactjs.org/)
|
||||
|
||||
## Tailwind CSS
|
||||
|
||||
Tailwind CSS is a highly customizable, low-level CSS framework that gives you all of the building blocks you need to build bespoke designs without any annoying opinionated styles you have to fight to override.
|
||||
|
||||
[Learn more → ](https://tailwindcss.com/)
|
||||
|
||||
## Lodash
|
||||
|
||||
A modern JavaScript utility library delivering modularity, performance & extras. Lodash makes JavaScript easier by taking the hassle out of working with arrays, numbers, objects, strings, etc.
|
||||
|
||||
[Learn more → ](https://lodash.com/)
|
||||
|
||||
## Google Fonts
|
||||
|
||||
Google Fonts is a great repository of open type fonts that are allowed to be used on the web. Reactive Resume uses Google Fonts to load different font families and allow the user to choose which font he/she would like on their resume.
|
||||
|
||||
[Learn more → ](https://fonts.google.com/)
|
||||
|
||||
## Material Icons
|
||||
|
||||
Material icons are delightful, beautifully crafted symbols for common actions and items. Download on desktop to use them in your digital products for Android, iOS, and web.
|
||||
|
||||
[Learn more → ](https://material.io/resources/icons/)
|
||||
|
||||
## PostCSS
|
||||
|
||||
PostCSS is a tool for transforming styles with JS plugins. These plugins can lint your CSS, support variables and mixins, transpile future CSS syntax, inline images, and more.
|
||||
|
||||
[Learn more → ](https://postcss.org/)
|
||||
|
||||
## PurgeCSS
|
||||
|
||||
PurgeCSS analyzes your content and your css files. Then it matches the selectors used in your files with the one in your content files. It removes unused selectors from your css, resulting in smaller css files.
|
||||
|
||||
[Learn more → ](https://github.com/FullHuman/purgecss)
|
||||
Reference in New Issue
Block a user