Simple todo app to organize daily tasks.
- Common
Tech | Description |
---|---|
Eslint | Javascript Linter |
Prettier | Code formatter |
Lerna | Tool for managing projects with multiple packages |
- React
Tech | Description |
---|---|
SCSS | CSS with superpowers |
Typescript | Javascript superset language |
React | Library for building user interfaces |
Context API | React structure that enables to share data with multiple components |
React Router | Declarative routing for React |
CSS Modules | Styles convention in React |
Jest | Javascript Testing Framework |
React Testing Library | Useful for testing React components |
- Vue
Tech | Description |
---|---|
SCSS | CSS with superpowers |
JavaScript | Most powerful language to build websites |
Vue 2 | Progressive JavaScript Framework |
Vuex | State management for Vue.js |
Vue Router | Official router for Vue.js |
Jest | Javascript Testing Framework |
Vue Testing Library | Useful for testing Vue components |
git clone https://github.com/Bartek532/todo.git
cd packages/react or cd packages/vue
npm install
npm run start