Skip to content

gabrieldejesus/gb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

27 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Gb

πŸ€– A bot that helps me day in and day out

PRs welcome! Stars Forks Issues GitHub license Follow gabrieldejesus

πŸ’‘ Gb was a project I did in order to test the things I was learning in javascript the goal is for him to talk to me and help me on the day

πŸ•Ή Test here

https://gabrieldejesus.github.io/gb

πŸ“ˆ Example of use

I can have a little interaction with gb by answering his questions. I can see what time it is and what activities I have for today I can also activate dark mode and activate light mode.

Some commands:

Sim
NΓ£o
Tudo bem?
Ativar modo light
Desativar modo light
Ativar modo dark
Desativar modo dark
Que horas sΓ£o?
O que preciso fazer hoje?
Obrigado

πŸ›  Getting started

Windows:

You can clone the repository through CMD (Command Prompt) just by typing:

git clone https://github.com/gabrieldejesus/gb

or download the zip from the green button at the beginning of the repository

Download zip

Download zip

πŸ’» Configuration for development

To run the project just run the file: index.html, type a text in the text area and click on read.

πŸ—ƒ Release history

  • 0.1.0
    • Project finalized and studying the possibility of adding new resources
    • The first suitable lauch
  • 0.1.0
    • Work in progress

πŸ“ Meta

Gabriel de Jesus – My portfolio – devgabrieldejesus@gmail.com

Distributed under the MIT License. See LICENSE for more information.

https://github.com/gabrieldejesus/gb

πŸš€ Contribution

  1. Make the fork of the project (https://github.com/gabrieldejesus/gb/fork)
  2. Create a branch for your modification (git checkout -b my-new-resource)
  3. Do commit (git commit -am 'Adding a new resource ...')
  4. Push (git push origin my-new-feature)
  5. Create a new Pull Request

After your pull request is merged, you can safely delete your branch.