Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fellipeutaka/nlw-setup

🌌 A habit tracker to help you keep track of your habits 🚀💜
https://github.com/fellipeutaka/nlw-setup

commitlint commitzen docker eslint expo fastify husky jest nextjs prettier react react-hook-form react-native react-query react-testing-library supertest tailwindcss typescript zod

Last synced: about 1 month ago
JSON representation

🌌 A habit tracker to help you keep track of your habits 🚀💜

Awesome Lists containing this project

README

        


Next Level Week Setup logo

Next Level Week Setup


Repository size

Made by Fellipe Utaka





GitHub last commit

License

Stargazers


Next Level Week | Project |
Technologies |
Layout | How to use |
How to contribute |
License |
Live demo

## ℹī¸ What's Next Level Week?

NLW is a practical week with lots of code, challenges, networking and a single objective: to take you to the next level.
Through our method you will learn new tools, learn about new technologies and discover hacks that will boost your career.
An online and completely free event that will help you take the next step in your evolution as a dev.

## đŸ’ģ Project

Habits is a habit tracker to help people keep track of their habits.


Example


ERD

## 🚀 Technologies

This project was developed with the following technologies:

- [TypeScript][ts]
- [Node.js][node]
- [Fastify][fastify]
- [Prisma][prisma]
- [PostgreSQL][postgresql]
- [React][react]
- [Next.js][next]
- [React Native][rn]
- [Expo][expo]
- [React Query][react-query]
- [React Hook Form][react-hook-form]
- [TailwindCSS][tailwind]
- [Zod][zod]

## 🔖 Layout

To access the layout use [Figma][figma].

## 🤔 How to contribute

1. Fork this repository.
2. Create a branch: `git checkout -b `.
3. Make your changes and commit them: `git commit -m ' '`
4. Push to original branch:`git push origin / `
5. Create the pull request. Or, see the GitHub documentation on [how to create a pull request][pr].

## 📝 License

This project is under the MIT license. See the [LICENSE](https://github.com/fellipeutaka/nlw-setup/blob/main/LICENSE.md) for details.

Made with â™Ĩ by Fellipe Utaka 👋 [Get in touch!](https://www.linkedin.com/in/fellipeutaka/)

[figma]: https://www.figma.com/file/wRUFakZUUw46TwyrsHY6qC/Habits-(i)-(Community)?node-id=6%3A343&t=7MSUditkFuVZM6er-0
[pr]: https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request
[node]: https://nodejs.org/
[fastify]: https://www.fastify.io/
[prisma]: https://www.prisma.io/
[postgresql]: https://www.postgresql.org/
[ts]: https://www.typescriptlang.org/
[react]: https://reactjs.org
[react-query]: https://tanstack.com/query/latest
[react-hook-form]: https://react-hook-form.com/
[next]: https://nextjs.org/
[rn]: https://reactnative.dev/
[expo]: https://expo.dev/
[tailwind]: https://tailwindcss.com/
[zod]: https://zod.dev/