Skip to content

This repository contains codes for Web Apps created

Notifications You must be signed in to change notification settings

dikshu11/Web_dev_projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Web_dev_projects

This repository contain codes for Web Apps created.

  1. StocksBee: It takes stock name as a input and displays quote, simple and exponential moving average, AROON values, Volume Weighted Price, OBV values, Hilbert Transform Trendline for the input stock. Alphavantage API is used to fetch data for the given stocks.

    • I have used react-material-ui for creating various components.
    • Since Alphavantage provides only 5 API requests per minute for free, I have added delay in redndering of some of the components.

    Check out Video Demo here

    To run the code: claim Alphavantage key from here and edit in Config.js file




  1. Quizbee: It is a simple web app that presents a quiz with five random questions out of 50 questions. It displays submitted answers, correct answers, total score, and play option on submitting the quiz. Check out Video Demo here

    On Selecting any option, color changes to red.

    It displays submitted answers, correct answers, total score, and play option on submitting the quiz




  1. To-do list: A simple web-app that allows user to add a new to-do task or view all the exisiting tasks. User can cross-off or delete item from the list. It uses local storage to maintain the list.

About

This repository contains codes for Web Apps created

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published