Skip to content

einasota/nlw11-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Next Level Week eSports

About

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

Web App

Web Form

Web Form

Mobile App

Technologies

How To Use

Requirements

  • NodeJS >= 14.17
  • yarn or npm

Use the example Environment Variables files located in the server and mobile folders and rename them to .env

Run in all folders (server, web, mobile)

yarn install
or
npm install

Run Migration in server folder

npx prisma migrate dev

Create games in database

Create using prisma studio in game table

npx prisma studio

Start services (in server, web folders)

yarn dev
npm run dev

Start mobile service

npx expo start

Using the Expo Go

Download

Expo Go - PlayStore

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.

Using the Browser

Use the ip: http://127.0.0.1:3333/

License

This project is licensed under the MIT license. See the LICENSE file for more details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published