This is a simple todo app built using React and Tailwind CSS. It's a great project for beginner to intermediate frontend developers looking to improve their React and CSS skills.
git clone https://github.com/plizarraga/react-tailwindcss-todo-app.git
npm install
npm run dev
http://localhost:5173
The project is structured as follows:
The components
folder contains the individual React components that make up the app. The App
component is the top-level component that renders the other components.
The styles.css
file contains the custom CSS styles used in the app.
If you'd like to contribute to the project, please fork the repository and create a new branch for your changes. Once you've made your changes, submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more information.