Skip to content

Latest commit

 

History

History
71 lines (42 loc) · 2.27 KB

README.md

File metadata and controls

71 lines (42 loc) · 2.27 KB

This project was bootstrapped with Create React App

Task Scheduling App (React & JavaScript)

Discription

This is a simple task scheduling app built using React. The app allows users to add tasks to a list, mark tasks as completed, and delete tasks from the list. The app also includes a filter feature that allows users to filter tasks by their completion status.

Authors

Kash Ghanchi GitHub / LinkedIn

Tjhai Merchant-Eid GitHub / [LinkedIn](linkedin.com/in/tjhai-merchant-eid-09019a2a1"Tjhai's LinkedIn") / <

Our instructor/mentor - Elias Matta

Features

Task Scheduling App Functionality

  • Implement a task scheduling app using React.
  • Users can add tasks to a list, mark tasks as completed, and delete tasks from the list.
  • App Displays 30 day forecast of temperature for users location.
  • Multiple ways to validate form.
  • Assign each task in Todo List with a unique ID and store is as JS object.

Dynamic Rendering

  • Dynamically render products and cart items to the DOM.
  • Ensure seamless user experience with real-time updates.

Local Storage Integration

  • Persist cart items to local storage for data retention.
  • Retrieve and render saved cart items on page load.

API Integration

  • Utilize an external API to display relevant information to users.
  • Enhance user experience with dynamic content from the API.

Tools & Resources

We used a variety of tools and resources to collaborate, such as:

  • GitHub
  • Slack
  • Zoom
  • Visual Studio Code
  • Live Share (Visual Studio Code's extension)

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

We used this tutorial: https://github.com/gitname/react-gh-pages

finalWireFrame