Just a simple scrum board 💯
# Install dependencies
yarn install
# Start local webserver at port 3000
yarn dev
# Run linters
yarn lint
# Run unit tests
yarn test
# Build app for production (gets output in the 'dist' directory)
yarn build
- Define architecture + plugins
- Add simple UI
- Apply drag n drop feature
- Build JSON data file
- Use context for storage
- Add CRUD operations
- Design tweaks + Bugfixes
To learn more about Next.js and the other tools, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Chakra UI - Chakra UI is a simple, modular and accessible component library that gives you the building blocks you need to build your React applications.
- Typescript - Introduction to TypeScript
- Emotion - Use the best bits of ES6 and CSS to style your apps without stress
- Eslint - Find and fix problems in your JavaScript code.
- Prettier - Prettier is an opinionated code formatter.
- Jest - Jest is a delightful JavaScript Testing Framework with a focus on simplicity.
- React Testing Library - Simple and complete testing utilities that encourage good testing practices
MIT