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

https://github.com/jcserv/next-chakra-template

This template is provided for anyone who wants a quickly bootstrapped NextJS + Chakra site.
https://github.com/jcserv/next-chakra-template

chakra next template

Last synced: about 2 months ago
JSON representation

This template is provided for anyone who wants a quickly bootstrapped NextJS + Chakra site.

Awesome Lists containing this project

README

        

# Next-Chakra-Template
This template is provided for anyone who wants a quickly bootstrapped NextJS + Chakra site!

## Features
- sticky, responsive navbar + footer
- eslint, prettier, simple-import-sort
- link icons with labels
- simple login/register page
- opengraph link previews
- linting workflow

## Packages
- chakra-ui
- eslint
- eslint-config-prettier
- eslint-plugin-prettier
- eslint-plugin-simple-import-sort
- formik
- yup
- react-icons
- react-stickynode

## Required Modification
These files will require your modification to fit your project.

- _app.jsx: site meta data
- footerLinks
- navbar, footer
- favicon
- theming

## Suggestions
- import bootstrap or material-ui because chakra's grids are not the best/are not easy to work with