About | Technologies | License
Habits (NLW Setup) is a project developed during the Next Level Week event on the Ignite track that is produced and organized by @Rocketseat where, using a development environment with the JavaScript stack (Typescript, NodeJS, React, React Native, Prisma, Expo, HTML and CSS) where it is shown in practice in a simple and attractive way how an app is developed.
The Application has the functionality to create a task list where it is possible to check, plan, organize and have an overview of how your progress with your tasks is going.
Both in the web and mobile version it is possible:
- Create new habits
- View and complete habit of the day
- See previous days
- NodeJS >= 14.17
- yarn or npm
Use the example Environment Variables files located in the server and mobile folders and rename them to .env
yarn install
or
npm install
npx prisma migrate dev
Create using prisma studio in game table
npx prisma studio
yarn dev
npm run dev
npx expo start
Use the app to connect and test from your own smartphone. Use the QRCode option in the app and scan the QRCode in the terminal.
Use the ip: http://127.0.0.1:3333/
This project is licensed under the MIT license. See the LICENSE file for more details.