/TAIRP

Chefy : https://tairp-chefy.netlify.app/ | TaskMaster : https://tairp-taskmaster.netlify.app/ | SkyScan : https://tairp-skyscan.netlify.app/

Primary LanguageHTML

TAIRP

This is the repo for the Web Development and Designing Internship at Tech A Intern.
Out of 9 tasks provided of varying levels, 3 were to be performed.

The performed tasks are listed below:

Level 1 - Task 2 - A Recipe Website

Description: Build a basic recipe page where you can showcase your favorite recipes. Include sections for ingredients, instructions, and perhaps some images. This project will allow you to practice structuring content with HTML and styling it with CSS.
Demo

Task Completed: Chefy - Recipe Website
Tech Stack: HTML, CSS, TailwindCSS, Vanilla JavaScript
Screenshot:chefy

Level 2 - Task 1 - A ToDo List Application

Description: Build a to-do list application that allows users to create, edit, and delete tasks. Implement the functionality to store the tasks. Implement the funcionality to store the tasks locally using the browsers's local storage API. Use HTML to structure the todo list, CSS to style the interface, and JavaScript to handle task management and local storage operations.
Demo

Task Completed: TaskMaster - ToDo List Application
Tech Stack: HTML, CSS, TailwindCSS, Vanilla JavaScript, LocalStorage API
Screenshot:taskmaster

Level 2 - Task 2 - A Weather Application

Description: Create a weather application that retrieves and displays weather information for a specific location using a weather API. Users can enter a city name, and the app will fetch and display the current weather conditions. Use HTML for user interface, CSS for styling, and JavaScript to fetch data from the API and dynamically update the weather information.
Demo

Task Completed: SkyScan - Weather Application
Tech Stack: HTML, CSS, TailwindCSS, Vanilla JavaScript, OpenWeatherMap API
Screenshot:skyscan