├── .github
└── workflows
│ └── snake.yml
├── README.md
├── assets
├── docs
├── github-snake.svg
└── language.jpg
/.github/workflows/snake.yml:
--------------------------------------------------------------------------------
1 | - uses: Platane/snk@v3
2 | with:
3 | # github user name to read the contribution graph from (**required**)
4 | # using action context var `github.repository_owner` or specified user
5 | github_user_name: ${{ github.repository_owner }}
6 |
7 | # list of files to generate.
8 | # one file per line. Each output can be customized with options as query string.
9 | #
10 | # supported options:
11 | # - palette: A preset of color, one of [github, github-dark, github-light]
12 | # - color_snake: Color of the snake
13 | # - color_dots: Coma separated list of dots color.
14 | # The first one is 0 contribution, then it goes from the low contribution to the highest.
15 | # Exactly 5 colors are expected.
16 | outputs: |
17 | dist/github-snake.svg
18 | dist/github-snake-dark.svg?palette=github-dark
19 | dist/ocean.gif?color_snake=orange&color_dots=#bfd6f6,#8dbdff,#64a1f4,#4b91f1,#3c7dd9
20 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | 
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 | ---
16 |
17 |
18 |
19 | ## About Me
20 |
21 |
22 | Hi! I'm a passionate developer specializing in **web applications** and **mobile apps**, focused on delivering seamless user experiences and robust functionality. My work blends innovative design, performance optimization, and modern web technologies. Check out some of my notable projects:
23 |
24 |
25 | - **[BG](https://branighan.vercel.app)**: A dynamic web application for house hunting.
26 | - **[Branighan Real Estate UI/UX](https://www.figma.com/design/58Jlic3ZY4ZMO5tFnA8dUf/Branighan-real-estate?node-id=0-1&t=DmSiw6K3SGgfetKU-1)**: A Figma project demonstrating intuitive UI/UX design for a real estate platform.
27 |
28 | ### Expertise
29 | - **Passionate About**: Distributed automated web systems, databases, APIs, caching, and UI/UX design.
30 | - **Proficient In**: Frameworks and languages like React, Express, PHP, HTML, CSS, and JavaScript.
31 | - **Experienced With**: AWS, Node.js, ES6, CodeIgniter, NLP, Linux servers, and Apache servers.
32 | - **Open Source**: Enthusiastic contributor to open-source projects, focusing on innovative web and mobile solutions.
33 |
34 | ### Connect
35 | - **Email**: [info@rackssoftwares.co.ke](mailto:info@rackssoftwares.co.ke)
36 | - **Portfolio**: Check out more of my UI/UX designs on [Figma](https://www.figma.com/@godyracks)
37 |
38 | I’m dedicated to building creative projects and exploring emerging technologies. Let’s collaborate to bring your ideas to life!
39 |
40 | ---
41 | ⭐️ If you find my work inspiring, give my repos a star on [GitHub](https://github.com/godyracks)!
42 | 📫 Reach out via [email](mailto:info@rackssoftwares.co.ke) for project inquiries or collaboration.
43 |
44 | ---
45 |
46 | ### 🛠 Languages and Tools
47 |