Skip to content

hiapetrov/React.js_TaskTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TaskTracker

A React.js web application to create tasks and set reminder states

Table of content

Application overview

This project is a simple application that gives the user the option to write down tasks, due dates, set reminders and save them in a clean list interface. The user is able to set and reset the reminders, add new or delete old tasks from the list. The list is saved in a JSON file as database. This was an introduction application I built in order to get familiar with the React.js library as a front-end solution.

It provides the basic concepts of:

  • JSX
  • Rendering Components in React.js
  • States
  • Hooks
  • Props
  • Forms
  • Lists

Technologies

  • JavaScript
  • React.js
  • JSON
  • CSS
  • HTML

Setup

  • cd "../React.js_TaskTracker
  • npm install
  • npm start

Credits

This project was built thanks to Traversy Media. Following the crash course I have built over and explored the options provided here in my following projects. Big respect to Brad Traversy for the provided walkthrough!

No code has been copied - all of the hereby project code has been written by me either following the instructions or not - where I was able to figure it out on my own.

Links:

Below you can find the links to the crash course video and the GitHub profile of Traversy Media - educational repository with various technologies and projects - check it out!