Manage and schedule your barbecues easily.
- NextJS (v13);
- ReactJS;
- TypeScript;
- Tailwindcss
- HeadlessUI
- Husky and commitlint for commits with good practices;
- Eslint and Prettier to keep code quality;
- Deploy on Vercel;
- Authorization system with JWT token using just Next API features;
- Components with great UI/UX to manage barbecues and guests;
- Add input masks;
- Create a SSR Page with user data, like an admin;
- Add a logout button in somewhere of UI;
- Clone the repository in your environment;
- Run
nvm use
to use the correct node version; - Run
npm install
to install dependencies; - Get your own Mongodb URI creating a cluster in Atlas host;
- Setup environment variables based on the variables found on
.env.example
file; - Run
npm run dev
to develop.