This To Do App is a single page responsive app developed using React + Vite. It allows users to keep track of to do tasks as well as to add and delete tasks.
- Add tasks
- Delete tasks
- Track Tasks
React + Vite Javascript CSS
- Clone this repo locally https://github.com/learningcoding2022/ctd-to-do-list
- Run
npm installin your bash / command line - Run
npm run devin your bash / command line - Open your local server to view the webpage
"react": "^19.1.0", "react-dom": "^19.1.0"
"@eslint/eslintrc": "^3", "@tailwindcss/postcss": "^4", "autoprefixer": "^10.4.21", "eslint": "^9", "eslint-config-next": "15.3.2", "postcss": "^8.5.4", "prettier": "^3.5.3", "tailwindcss": "^4.1.8"
I learned how to set up a React project from the beginning with file setup and installation of packages.
This project was developed by Molly B.