buondevid / react-task-tracker

Second React project with hooks and router

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Task Tracker

This is my second project with React, in which I used Hooks, React Router and a fake database API (Json Server).

It's a web app UI to keep track of tasks. You can assign a priority by double clicking the task.

It's been initially developed to locally fetch a fake REST API. Just find the commented code in App.js to refactor it and try it in your environment. I removed the fake database to deploy the UI demo which doesn't persist the data.

It's an app that I built just to learn and practice React, it doesn't mean to be an original piece or visually appealing.

See it Live ---> HERE

About

Second React project with hooks and router


Languages

Language:JavaScript 70.0%Language:HTML 15.8%Language:CSS 14.2%