Temesghen Tekeste (@temesghentekeste)
  • Stars
    star
    265
  • Global Rank 95,063 (Top 4 %)
  • Followers 51
  • Following 46
  • Registered over 4 years ago
  • Most used languages
    JavaScript
    41.5 %
    Ruby
    30.8 %
    HTML
    15.4 %
    CSS
    7.7 %
    Java
    3.1 %
    TSQL
    1.5 %
  • Location πŸ‡ΊπŸ‡¬ Uganda
  • Country Total Rank 9
  • Country Ranking
    HTML
    2
    Ruby
    3
    TSQL
    3
    CSS
    4
    Java
    20

Top repositories

1

mekina-global

A capstone project from Microverse as a completion of HTML & CSS curriculum.
HTML
15
star
2

thenextweb-clone

This project is part of Microverse Technical Curriculum on Responsive Design and CSS Frameworks
HTML
15
star
3

nyt-article-page-clone

This project consists of building an HTML document that matches the appearance of a New York Times article page. It was developed as a requirement for Microverse HTML and CSS course.
HTML
13
star
4

newsweek-clone

This is a solo project which is part of Microverse HTML & CSS Curriculum; it is a clone of the homepage of newsweek.com. I used Bootstrap front end framework to design it.
HTML
12
star
5

archived-apple-clone

This project is part of Microverse HTML & CSS Curriculum; it is a replica of the archived apple.com website.
JavaScript
11
star
6

soccer-twitter

This project is a capstone project which is part of the requirements of the fulfillment of the Microverse main curriculum in the Rails section. The project is about building a site similar to Twitter. It is a real-world project as one with project requirements given to be delivered without missing the deadlines specified in the requirement.
Ruby
9
star
7

mint.com-signup-clone

This project consists of building an HTML document that matches the appearance of mint.com’s signup page
JavaScript
8
star
8

css-linter

This project is a capstone project developed as a completion of the Ruby section of the Microverse main curriculum. It is a CSS lint tool intended to showcase Ruby programming Skills.
CSS
8
star
9

restaurant-js

Restaurant JS is a JavaScript project that contains three simple pages: home page, menu page & contact page. The main goal of this project is for the student to show the understanding of the benefits of modularized code as well as the ability to set up a javascript application made of different modules using webpack.
JavaScript
7
star
10

my-enumerables

Ruby
6
star
11

travel-site

HTML
6
star
12

survey_form

Survey Form for Portfolio
HTML
6
star
13

todo-js

Todo JS is a JavaScript project that is intended to showcase an understanding of such JavaScript concepts as Objects, Factory Functions, The Module Pattern, and OOP. The project also illustrates the concepts of Single Responsibility and Tightly Coupled Objects. The codebase is well structured into different modules using Webpack.
JavaScript
6
star
14

front-end-project

HTML
5
star
15

my-portfolio

A personal portfolio app that has a list of projects I have developed and it also iterates my experience in the field of full-stack development.
CSS
5
star
16

micro-reddit

Ruby
5
star
17

weatherapp-js

Weatherapp JS is a JavaScript project that is intended to showcase an understanding asynchronous JavaScript communication with promises or async/await and when to use them . The codebase is well structured into different modules using Webpack.
JavaScript
5
star
18

JavaFundamentalsDemos

Fundamental Concepts of Java Programming Language
Java
5
star
19

members-only

This project is a microverse solo project which is part of the requirements of the microverse main curriculum in the Rails section. The project is about building an exclusive clubhouse to implement the authentication feature of Ruby on Rails MVC framework.
Ruby
5
star
20

sass-quickly

This is a companion project for my first article in Microverse Curriculum. It is simple landing page that utilizes the different concepts available in Sass.
CSS
5
star
21

forms-rails

A repository intended to showcase skills on building bare metal forms and helpers. It is part of the Microverse curriculum on Ruby on Rails section.
Ruby
4
star
22

react-calculator

A basic calculator developed using React.
JavaScript
4
star
23

bubble-sort

Ruby
4
star
24

private-event

This project is a microverse solo project which is part of the requirements of the microverse main curriculum in the Rails section. The project is about building a site similar to Eventbrite. It is intended as a learning project to showcase skills in the associations and testing feature of Ruby on Rails MVC framework.
Ruby
4
star
25

runner-js

Runner JS is a JavaScript platform game built with Phaser. A player needs to jump every obstacle he or she encounters in order to survive in the endless platform runner. To interact with the game, a player can use such input devices as the keyboard or mouse. The score in the game is calculated based on two parameters: the duration the player stays in the game and the number of coins the player collects.
JavaScript
4
star
26

birthday-reminder-react

CSS
3
star
27

weatherapp-nodejs

3
star
28

hooks-exploring

JavaScript
3
star
29

reviews-react

CSS
3
star
30

javascript-patterns

This repo is used to explore popular Software Design Patterns in JavaScript.
JavaScript
3
star
31

rails-api-demo

A basic rails API project.
Ruby
3
star
32

my_first_rails_app

Ruby
3
star
33

phaser-game-js

JavaScript
3
star
34

webpack-demo-fcc

JavaScript
3
star
35

java-coding-challenges

Java
3
star
36

library-js

A project from the Microverse JavaScript Module intended to showcase skills in DOM manipulation, Module pattern, and ES6 Classes.
JavaScript
3
star
37

todo-app-react

JavaScript
2
star
38

tweeter-rails

Ruby
2
star
39

marketplace-api-on-rails

Ruby
2
star
40

jwt-rails-practice

Ruby
2
star
41

airline-reviews-rails-react

Ruby
2
star
42

tips-tricks-rails

Ruby
2
star
43

sql-zoo

This repository contains solutions for sqlzoo challenges
TSQL
2
star
44

guesthouse-finder

Ruby
2
star
45

smartidea

Ruby
2
star
46

jsamazona

JavaScript
2
star
47

rails-relations

A repo to explore the basics of Active Record Associations in Ruby on Rails.
Ruby
2
star
48

testing-with-jest

JavaScript
2
star
49

tours-react

This project explores the basic concepts of useState and useEffect in React. The data is fetched from an external api.
JavaScript
2
star
50

message_me

Ruby
1
star
51

proprty-finder-api

A RESTFUL API built with Ruby on Rails. To implement Authentication and Authorization JWT is used. It is a back-end project built as part of the final capstone application at Microverse.
Ruby
1
star
52

movie-list

HTML
1
star
53

react-redux-magic-books

JavaScript
1
star
54

react-hello-world

Fundamentals of React
JavaScript
1
star
55

profile-scroller-js

A mini project to showcase ES6 iterators.
JavaScript
1
star
56

cryptocurrencies-catalog

A react-redux application that fetches an API endpoint and renders the fetched cryptocurrencies. It filters the resources based on input search and it also renders the trending crypto coins. Some of the tools and libraries used to develop the project are React, Redux Tool Kit, Axios, and React Testing Library.
JavaScript
1
star
57

form-validation-js

This project is intended to showcase form validation skills in JavaScript using Regular Expressions.
HTML
1
star
58

alpah-blog

1
star
59

loan-calculator-js

HTML
1
star
60

github-finder-js

GitHub Finder is a project intended to showcase such asynchrounous JavaScript programming skills as API calls using async and await keywords and promises. The project utilizes GitHub api to fetch the profile information and latest repos of a particular GitHub user account.
JavaScript
1
star
61

book-list-react-basics

This project was created following a tutorial from Coding Addict Youtube Channel. It is a learning material for basics of React.
JavaScript
1
star
62

react-router-demo

JavaScript
1
star
63

course-catalog-react-rails

Ruby
1
star
64

task-list-js

A project that showcases skills of DOM manipulation using vanilla JavaScript.
JavaScript
1
star
65

tracalorie-js

Tracalorie is a JavaScript project that tracks the calorie content of variety meal items. The goal of the project is to showcase the skills of a popular JavaScript pattern called the module pattern. Local storage is used to persist the data.
JavaScript
1
star
66

asynchronous-eses

Asynchronous ESES is a project that helps someone to learn Asynchronous JavaScript by exploring the different HTTP APIs of various JavaScript versions -ES5, ES6, and ES7.
JavaScript
1
star
67

property-finder-react

This is the final project that is part of the fulfillment of the Microverse main curriculum section. It is SPA that fetches and renders resources from an API endpoint created using Ruby on Rails which is part of the overall requirements of the final project.
JavaScript
1
star
68

gab-tem-microverse-team

0
star