Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 đđ
- Host: GitHub
- URL: https://github.com/fellipeutaka/nlw-setup
- Owner: fellipeutaka
- License: mit
- Created: 2023-01-18T23:05:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-31T14:28:55.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T00:54:22.617Z (over 1 year ago)
- Topics: 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
- Language: TypeScript
- Homepage: https://fellipeutaka-nlwsetup.vercel.app/
- Size: 2.27 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Next Level Week Setup
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.
## đ 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/