Simple React web app that will take in your name and allow you to keep track of some things you want to do. When you are done you can either cross them out or delete them. You can access the hosted app here: ht
https://tagaism.github.io/to-do-list-app/Main used PackagesReactJS Material UI ReactBeatufulDNDTo start to contribute:clone repository inside project folder run npm installHow to create pull request (PR).Pull latest version of main: $ git checkout main $ git pull origin main $ git ...
The simplicity of deploying a static website withGitHub Pagesis a process that can be easily transferred to React applications. With just a few steps, it’s easy to host a React app on GitHub Pages for free or build it to deploy on your custom domain or subdomain. In this article, we...
A simple to-do list app using React, TypeScript, Tailwindcss, DaisyUI and local storage to keep tasks display even after refreshing the page. It can delete items or mark them as done with a strikethrough. - raielly/todo-app-react-ts
React Native Project: To do list. Contribute to LucasAccurcio/todo-list-mobile development by creating an account on GitHub.
Lista de tareas en React. Agrega, elimina y gestiona tareas fácilmente con estado. 🚀 Actualización en vivo y diseño limpio - Yaco10/to-do-list-react
git clone https://github.com/ritoncharlox/React-ToDo-App.git Access the cloned directory: cd React-ToDo-App Install dependencies: npm install Start the development server: npm start Open your browser and visit http://localhost:3000 to view the app. Contributing Contributions are welcome...
Remove tasks from the list Mark tasks as completed Filter tasks by status (All, Active, Completed) Installation Clone the repository: git clone https://github.com/palak1010/react-redux-todo-list.git Navigate to the project directory: cd react-redux-todo-list Install dependencies: npm install...
This project is a todo-list app with react.js and tailwindcss. Also in this project you can learn or relearn react.js - sbulac/To-Do-React
A guide to TDD a React/Redux TodoList App Read the tutorial View the App online Setup: npm install Start app: npm run start Unit test: npm run test e2e/feature test: npm run selenium-setup // run only once npm run selenium-start // app must also be started with npm start npm...