Hello! This is the repository for the TODO List App. This project was created with the main guidance and development from the Introduction to React.js Course at Platzi. The main branch contains the code we started with in the course, and since it is a personal project, I decided to use the main branch. However, there is also a gh-pages branch for deploying the application.
➡️ You can try the live application here.
The application is entirely built with React.js, initialized using Create React App. The app simulates a CRUD using the browser's LocalStorage instead of a database. It maintains good data persistence as long as the browser data is not cleared. The styles are completely custom-made, showcasing an animated, playful, and modern design. For the styles, only CSS was used for the components, which have the JSX syntax specific to React ⚛️
To get started, simply clone this repository (git clone
), install its dependencies (npm i
) and run the application (npm start
).
Remember to be in the directory where you want to clone the project. Git must be installed on your computer. 👍🏻