• Stars
    star
    1
  • Language
    JavaScript
  • License
    MIT License
  • Created about 4 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A javascript App to check the current weather in a city. App has autocompleted functionality while typing the city name. It uses autocomplete and weather data from weatherapi.com API. Async/Await is used to make asynchronus get requests using native fetch API.

More Repositories

1

appointment-booking-frontend

A react-redux single page application to book an appointment with a doctor of a hospital.
JavaScript
21
star
2

cloning-thenextweb

A responsive webpage clone of https://thenextweb.com homepage. We used CSS Flexbox and CSS Grid with media queries to make the page responsive to all screen sizes.
HTML
5
star
3

bheem-rpg

2D RPG desktop game developed in JavaScript using Phaser 3. The Player has to use arrow keys to move the sprite and the space key to beat the enemies. App uses leaderboard API to post the player score to the server. The top 5 scorers are displayed in leaderboard.
JavaScript
5
star
4

bookish

A desktop web app where a user can write articles about his favorite book. Users can upvote or downvote an article. The app is built using RubyOnRails in backend and embedded ruby for templating.
Ruby
4
star
5

movie-ticket-booking-website

Online movie tickets booking website, with three responsive breakpoints for small, medium, and large screens. I used CSS flexbox and media queries to make the pages responsive.
HTML
3
star
6

basic-twitter

A very basic twitter clone app, built using RubyOnRails. A user can signup and login also user can post, edit, and delete a tweet.
Ruby
2
star
7

newsweek-clone

NewsWeek Clone Using Bootstrap [Solo Project]
HTML
2
star
8

HTML-Forms

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

weather-app

A javascript application which uses data from OpenWeatherMap.org and displays weather condition in the searched city. It uses fetch API to make asynchronous get requests.
JavaScript
2
star
10

Backgrounds-and-Gradients

This project consists of building a webpage using images as a background and adding gradients to elements.
JavaScript
2
star
11

Personal-Projects

1
star
12

restaurant-page-javascript

Restaurant Landing Page using JavaScript
JavaScript
1
star
13

projectshabab

JavaScript
1
star
14

todo-list-javascript

To do list in JavaScript
1
star
15

testing-javascript

Testing Javascript with JEST
JavaScript
1
star
16

tic_tac_toe

Tic Tac Toe console game where two players can play against each other. The game is built using Object Oriented concepts in ruby language.
Ruby
1
star
17

private-events

In this project, we tried to set up the data association using RubyOnRails framework, similar to Eventbrite https://www.eventbrite.com/ . A user can create an event and invite other users to his event.
Ruby
1
star
18

twitter-bot-using-ruby

A basic Twitter bot built in Ruby language. It utilizes twitter-api to search a hashtag and to make a tweet.
Ruby
1
star
19

alishabab.github.io

My portfolio webpage.
HTML
1
star
20

autocomplete-search

App autocompletes search results using JavaScript. It shows the matching search results as the user types in input box. It uses a mock server to get random strings and DOM APIs to update UI.
JavaScript
1
star
21

javascript-library

In this project we built a library app using JavaScript. A user can add a book, delete a book to library and update read status. App uses modern JavaScript syntax to create objects and functions.
JavaScript
1
star