ronynn / Front-End-Projects

Archive of some of my front end projects in a single repository.

Home Page:https://ronynn.github.io/Front-End-Projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JavaScript

A collection of my front-end projects made for practice. The freecodecamp projects took the most time to align with the testing bundle, after that I made a few changes to suit my minimalist neomorphism style preferences.

Links to each project:-

  • Countdown Timer
    • Starts a timer for seven days into the future.
  • Expense Tracker
    • Keeps track of income and expenses by adding and removing items from the local storage.
    • Display transaction items in DOM
  • Letter Count Tool
    • Counts the letter in a given word.
  • Lyrics Search
    • Search songs, artists and lyrics fetching from the lyrics.ovh API and showing in DOM
    • Displays a UI with song/artist input and pagination
  • Meal Lookup
    • Searchs and generates random meals from the themealdb.com API, click on the meals to see the details.
  • Todo List
    • A simple todo list app using local storage.

Freecodecamp Projects:-

About

Archive of some of my front end projects in a single repository.

https://ronynn.github.io/Front-End-Projects

License:BSD 2-Clause "Simplified" License


Languages

Language:JavaScript 40.9%Language:HTML 35.2%Language:CSS 24.0%