/nlw-setup

Habits and goals control application, developed during the NLW Setup event, promoted by Rocketseat.

Primary LanguageTypeScript

Welcome to my project

This project was created together with Rocketseat with the aim of always learning more and reaching the next level.

Some screenshoots:

image

Here we have the home screen, each square represents a day of the month. If the person completes a task that day, the square will change color, just like on Github itself.

image

Above we have a new task creation screen and the days you plan to perform it.

image

I completed a new task called "Run", so I marked it complete and the square changed to a darker purple. The lighter the color, the more tasks we complete in the day.

All the server part was done using Prisma, and the connection to the server was done using Axios.

To run the application:

npm install

npm run dev

Technologies

This website was made with:

javascript, typescript HTML, CSS, SQL, Prisma