The app replicates the UI/UX from the following Figma design Minimalist ToDo App generating the site result using React
- Prerequisites
- Node.js installed (v14 or later recommended)
- Package manager: npm or yarn
- Clone the repository:
git clone https://github.com/gabrielsrs/toDo.git
cd todo-app- Install dependencies:
npm install
# or
yarn install- Start the development server:
npm start
# or
yarn start- Open the app in your browser at http://localhost:3000/.