gw-rodrigues / ignite-04-reactjs-upload-de-imagens

we are going to make Next.js API requests, return data from FaunaDB and ImgBB Chakra UI in Next.js, useInfiniteQuery, React-hook-form and much more...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Header

Demonstration

Roadmap

More...

Page structure - elements

Functions and variables

API Requests and validations

More...

Fixing small bugs

Testing the app

Making it responsive

More...

Doing extra events and animations

Checking and validations

Testing and upload the app

Instalation

You can use git or a tool like degit to clone my projects for your directory.

#clone project repository
git clone HTTTPS-or-SSH-URL
#OR
npx degit gw-rodrigues/repository-name new-project-folder-name

#go to project folder
cd new-project-folder-name

#install dependencies
npm install
#OR
yarn

#start project developer mode
npm run dev
#OR
yarn dev

Open http://localhost:3000 with your browser to see the result.

More...

License GitHub Repo stars GitHub package.json version GitHub last commit GitHub language count

About

we are going to make Next.js API requests, return data from FaunaDB and ImgBB Chakra UI in Next.js, useInfiniteQuery, React-hook-form and much more...


Languages

Language:TypeScript 84.8%Language:JavaScript 15.2%