A Pangaea F.E Challenge built with TypeScript and Next.js that includes all following amazing tools 🔥
- 📏 ESLint — Pluggable JavaScript linter
- 🧪 Jest — For Testing the Application
- 💇♀️ Chakra-UI — For Styling the Application
- 💖 Prettier - Opinionated Code Formatter
- 🐶 Husky — Use git hooks with ease
- 📄 Commitizen - Conventional commit messages CLI
- 🚓 Commitlint - Lint commit messages
- 🖌 Renovate - Dependency update tool
- 🚫 lint-staged - Run linters against staged git files
- 🗂 Absolute import - Import folders and files using the
@
prefix
The best way to start with this template is cloning the app.
git clone https://github.com/Tooluloope/lumin.git
If you prefer you can clone this repository and run the following commands inside the project folder:
npm install
oryarn
;yarn dev
;yarn test
for testing;yarn lint
for lint checks;yarn type-check
for Type checks;yarn format
for prettier formatting;
To view the project open http://localhost:3000
.
Live Site: https://lumin-woad.vercel.app/
Requirements: https://pangaea-interviews.now.sh/fe
GraphQL API: https://pangaea-interviews.now.sh/api/graphql
Made with ♥ by Adetula Tolulope