Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daviteixeira-dev/portfolio
👨💻 In this project, I developed my personal portfolio of projects made with Chakra UI, fully responsive.
https://github.com/daviteixeira-dev/portfolio
acessibility chakra-ui css3 formsubmit html5 javascript progressive-web-app reactjs
Last synced: about 7 hours ago
JSON representation
👨💻 In this project, I developed my personal portfolio of projects made with Chakra UI, fully responsive.
- Host: GitHub
- URL: https://github.com/daviteixeira-dev/portfolio
- Owner: daviteixeira-dev
- Created: 2021-03-20T02:44:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-08T03:22:17.000Z (about 1 year ago)
- Last Synced: 2024-09-17T17:27:02.459Z (about 2 months ago)
- Topics: acessibility, chakra-ui, css3, formsubmit, html5, javascript, progressive-web-app, reactjs
- Language: JavaScript
- Homepage: https://daviteixeira.vercel.app/
- Size: 55.2 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Davi Teixeira - Personal Website Portfolio
About the project |
Technology |
How to contribute |
License## 👨🏻💻 About the project
```👨🏻💻 Sobre o projeto```In this project I develop my personal project portfolio.
## 🚀 Technology
```🚀 Tecnologias```- [JavaScript](https://developer.mozilla.org/pt-BR/docs/Web/JavaScript)
- [ReactJS](https://pt-br.reactjs.org/)
- [Chakra UI](https://chakra-ui.com/)
- [FormSubmit](https://formsubmit.co/)
- [Vite](https://vitejs.dev/)## 🤔 How to contribute
```🤔 Como contribuir``````
**Fork the repository and follow the steps below**
```Faça um fork deste repositório e siga os passos a baixo``````bash
### Clone your fork
# Clone seu fork
$ git clone seu-fork-url && cd NOME_DO_REPO### Create a branch with your feature
# Crie uma branch com sua feature
$ git checkout -b my-feature### Commit your changes
# Faça commit das suas alterações
$ git commit -m 'feat: My new feature'### Send the code to your remote branch
# Envie o código para sua remote branch
$ git push origin my-feature
```
**After your pull request is merged, you can delete your branch**
```Depois que sua pull request for merged, você pode deletar sua branch```## 📝 License
This project has a MIT License - see the [LICENSE](./ LICENSE) for more details.
```Este projeto possui uma Licença MIT License - veja o arquivo [LICENSE](./LICENSE) para mais detalhes.```---
Made with ❤️ by Davi Teixeira