/cities

Center for Innovation and Research in Information Technology and Systems Engineering

Primary LanguageTypeScriptMIT LicenseMIT

Your icon here

CITIES


GitHub language count GitHub repo size GitHub stars

Description   |    Getting Started   |    What's inside?   |    License

under construction...

πŸ‡§πŸ‡· Leia em PT-BR aqui.

πŸ“‹ Description

The Center for Innovation and Research in Information Technology and Systems Engineering (CITIES) is a group of all computer science research labs in the IFPB Campus Campina Grande.

πŸš€ Getting Started

  1. Download the repository
  git clone https://github.com/henry-ns/cities.git

πŸ’‘ or whichever way you prefer

  1. Installation

Inside the repo folder, run yarn or npm install command to install the dependencies.

  1. Execution

run yarn start or npm start command to start a local server and get a test! πŸš€

πŸ’‘ If you use another package manager, run the reference commands for install the dependencies and execute the start script on package.json

🧐 What's inside?

πŸ—οΈ Technologies

πŸ’„ Linter tools

πŸ“¦ Packages

Function Library
Controle de SEO React Helmet
CSS in JS Styled Compoments
Fonte Typeface Raleway
Google Maps @react-google-maps api
Icones React Icons
Manipulação de cores Polished
Particles React Particles.js

πŸ—ƒοΈ Gatsby plugins

Function Plugins
Integration with Vercel Gatsby Plugin Zeit Now
Lazy loader images Gatsby Image
Preload the fonts Gatsby Plugin Preload Fonts
PWA Gatsby Plugin Offline
Sitemap Gatsby Plugin Sitemap
Use SVG as a React Components Gatsby Plugin React SVG

A quick look at the top-level directories inside the ./src.

./src
 β”œβ”€β”€ assets
 β”œβ”€β”€ components
 | β”œβ”€β”€ atoms
 | β”œβ”€β”€ context
 | β”œβ”€β”€ molecules
 | └── organisms
 β”œβ”€β”€ pages
 β”œβ”€β”€ styles
 └── templates
  1. assets: all resources used. How icons, images, etc.

  2. atoms: the basic building blocks of all matter.

  3. molecules: groups of atoms bonded together and are the smallest fundamental units of a compound..

  4. organisms: groups of molecules joined together to form a relatively complex, distinct section of an interface..

  5. pages: each .tsx file is a website page.

  6. styles: global styles.

  7. templates: consist mostly of groups of organisms stitched together to form pages.

πŸ“ License

This project is under the MIT license. See the file LICENSE for more details.


Build with πŸ’™ By Henrique Miranda.

Based on this readme template.