/react-todo

A todo list app built with React.js

Primary LanguageJavaScript

A todo app where user can add a task, visualize the time taken to complete a task via three different graphs and delete a task. The app's theme changes according to timezone, and by consuming weather api, it gives weather forecast according to location.

Built with

  • Framework: React.js
  • State Management: Redux
  • Styling: Ant Design
  • Charts: amCharts
  • Deployment: Vercel

Quick Start

git clone git@github.com:TusharIbtekar/react-todo.git
cd react-todo && npm install
npm start