Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shiham123/redux-todo-app
I developed this todo app entirely on my own. Without following any video tutorials, I relied solely on reading and comprehending the documentation to create this application from scratch.
https://github.com/shiham123/redux-todo-app
eslint-rules prettier-config reactjs redux-toolkit tailwindcss todo-app
Last synced: about 2 months ago
JSON representation
I developed this todo app entirely on my own. Without following any video tutorials, I relied solely on reading and comprehending the documentation to create this application from scratch.
- Host: GitHub
- URL: https://github.com/shiham123/redux-todo-app
- Owner: Shiham123
- Created: 2024-03-22T15:06:01.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-13T02:47:15.000Z (9 months ago)
- Last Synced: 2024-05-22T12:02:31.362Z (8 months ago)
- Topics: eslint-rules, prettier-config, reactjs, redux-toolkit, tailwindcss, todo-app
- Language: JavaScript
- Homepage: https://mern-todo-app-shiham.netlify.app/
- Size: 178 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Project Overview
### What technologies i am used here.
- React
- Redux-toolkit
- tailwind css
- React icons
- React router dom
- tailwind plugins
- Scrollbar hide
- Redux logger
- prop-types
- SASS (CSS preprocessor)
- Eslint custom rules
- Custom prettier rules#### Why I am use this!!
- **React** for better way to write javaScript code
- **Redux-toolkit** for state management
- **TailwindCSS** for better way write css code and use utilities
- **React icons** For use various and eye caching icons in project
- **React router dom** For better way handle user router experience
- **Scrollbar hide** for hide scrollbar and make design for attractive
- **Redux logger** for better way see how my redux behave
- **prop-types** for avoid error
- **ESLint** for set custom rules for practice writing better maintainable and readable code.
- **Prettier** For more organized way show code.#### To run this project fist clone it then
npm install
and thennpm run dev