/just-doing

Applying Some Knowledge Simultaneously

Primary LanguageJavaScript

A To-Do App

Following is the Current view of the project.


I was able create this from foillowing as I have used:-

  1. Rect for the framework
  2. Vite for the development server and build tool
  3. Tailwind CSS for styling and layout
  4. React-Router for Navigation bar and Footer but currently it seem to be of no use, though I will try to add more functionality and bring life to the project.
  5. Redux-Toolkit as well, for the addTodo, and removeTodo reducers instead of traditional methods. Bringing yet another limitation that I couldn't use local storage so that Todo wouldn't be gone. I will also work on that as well redux-persist and also try to learn that.
  6. React Hooks for managing state and side effects in functional components.