/Learing_React_Tasks_App

simple react task tracking application using react router, Axios, Json-Server, Json Placeholder and Lorem Picsum

Primary LanguageJavaScript

Task Tracker App

Task Tracker app was created by following Traversrey Media`s tutorial

This React project was created using

Installing the dependencies

- npm install

to install required dependencies mentioned in package.json

Using Task Taracker

  • Click add task button to view add form.
  • Add the task, day, reminder (if desired).
  • Remove tasks by clicking on x icon which will update the server.
  • Double click on a task to toggle its reminder.

Names page

you can access names page by clicking the link in the footer. This page was made as a personal training for fetching external real APIs with Axios. Names was fetched from Json Placeholder and pictures from Lorem Picsum