Skip to content

ronynn/Front-End-Projects

Repository files navigation

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:-