oguzergul / react-todo-app

React + Redux Todo App

Home Page:https://todo-app-orpin-eight.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Todo App

Features

- create todo item
- delete todo item
- update todo item

Folder Structures

- src
  - store    // All state management is created in here
  - utils    // Package and helpers initialized in here
  - services // Api Request services initialized in here
  - App.js   // App homepage
  - index.js 

Commits

When you are sending a commit please follow the instructions below

  • If you added new piece of code or logic please use feat the-name-of-the-commit beginning of naming the commit.

  • If it's a improvement by updating existing piece of code or logic, use imp the-name-of-the-commit

This repository is using conventional commits.

Conventional commits are a specification for adding human and machine readable meaning to commit messages

Commit Types

feat: A new feature

fix: A bug fix

docs: Documentation only changes

style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)

refactor: A code change that neither fixes a bug nor adds a feature

imp: A code change that improves performance

test: Adding missing or correcting existing tests

chore: Changes to the build process or auxiliary tools and libraries such as documentation generation

Stack

  • React
  • TailwindCSS

Licence

  • MIT Licence @oguzergul

About

React + Redux Todo App

https://todo-app-orpin-eight.vercel.app/


Languages

Language:JavaScript 91.1%Language:HTML 6.7%Language:CSS 2.1%