Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wellpinho/react-query-todos
Simple app for using react query lib
https://github.com/wellpinho/react-query-todos
Last synced: 13 days ago
JSON representation
Simple app for using react query lib
- Host: GitHub
- URL: https://github.com/wellpinho/react-query-todos
- Owner: wellpinho
- License: mit
- Created: 2023-10-28T16:45:55.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-28T17:34:40.000Z (about 1 year ago)
- Last Synced: 2024-04-23T19:10:07.191Z (7 months ago)
- Language: TypeScript
- Size: 56.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Tools
[Next.js 14](https://nextjs.org/docs/getting-started/installation)
[React Query v3](https://tanstack.com/query/v3/docs/react/quick-start)
[JSONPlaceholder](https://jsonplaceholder.typicode.com/)
[Tailwindcss](https://tailwindcss.com/)## Getting Started
First, run the development server:
1. clone this repository
` git clone [email protected]:wellpinho/react-query-todos.git`2. Enter in folder project
`cd react-query-todos`3. Install
`npm i`4. Run app with
`npm run dev`5. Access the app in your brownser
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.## Learn More
To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.Created by [Wellington Pinho](https://wellpinho.com) view my portfólio.
[Linkedin](https://www.linkedin.com/in/wellpinho/) conect with me.