Welcome to the To-Do List App! This is a simple yet charming to-do list application with a Barbie-inspired theme. Add, remove, and keep track of your tasks in a glittery, pink, and butterfly-filled interface.
- Add new tasks with timestamps
- Remove tasks when completed
- Tasks are saved in local storage
- Glittery and pink Barbie-inspired design
- Animated butterflies and Winx fairies
- Clone the repository:
git clone https://github.com/himarygr/pink-todo-list-for-girls-react.git
- Navigate to the project directory:
cd todo-app
- Install dependencies:
npm install
- Start the development server:
npm start
- Open your browser and go to http://localhost:3000.
- Add your tasks using the input field and "Add" button.
- Your tasks will be displayed with a timestamp.
- Remove tasks by clicking the "Remove" button next to each task.
- React
- CSS
- LocalStorage API