📙 About 🖼️ Preview 📖 How to Start 💡 Features 💻 Technologies
Dashgo is an application implemented using Nextjs and has useful features such as form authentication, data prefetching and pagination component. It's completely styled using declarative interface from Chakra UI.
Responsive layout and mobile version are available on this application, with addiction of a mobile sidebar as well.
This project is originally created on Ignite from Rocketseat and made by Kenji Iwatani
# Clone this repository
$ git clone https://github.com/iwataniKenji/dashgo
# Access the project directory
$ cd dashgo
# Install dependencies
$ yarn
# Initialize and open local host
$ yarn dev
- Responsive layout with mobile sidebar
- Highlight on active link
- Authentication form for email and password confirmation
- Data validation on sign in page
- Authentication when creating new user
- Factories and seeds to create fake users
- Pagination with conditional checker for previous and next page
- User list data prefetch using cache