Skip to content

BustamanteMelkia/todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TodoApp

Demo of TodoApp

Summary

Todo-app is a task manager using React, Redux and React hooks. Initial data is provided by {JSON} Placeholder

Motivation

The purpose of this project was to get familiar with React Hooks and Redux.

Getting Started

Click the demo link or clone/download the repository on your local machine. Create a .env file in the root folder. In .env file write REACT_APP_TODOS_URL=https://jsonplaceholder.typicode.com

Install dependencies

npm install

Run TodoApp from the root directory.

npm start

Built With

  • React js
  • React Hooks
  • Redux
  • Redux toolkit

Features

1. Responsive Design.

2. Solid Principles

Contributing

Everyone is welcomed to contribute to this project. You can contribute either by submitting bugs or suggesting improvements by opening an issue on GitHub. Please see the CONTRIBUTING guidelines for more information.

This project was bootstrapped with Create React App.