Planning application built with React during Rocketseat NLW.
This project implements a simple planner application in React, created during an NLW event to practice component architecture and state management.
- Node.js
- npm or yarn
-
Clone this repository:
git clone https://github.com/ventura-v/planner-nlw-react.git cd planner-nlw-react -
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open the URL printed in the terminal (usually
http://localhost:5173).
- Task and planning UI
- React components and hooks
- NLW‑style project structure
- React docs - https://react.dev/
- Prisma docs - https://www.prisma.io/docs