https://github.com/bartek532/todo
Simple ToDo App built in React and Vue ✅
https://github.com/bartek532/todo
html jest react react-testing-library scss testing typescript vue vue-testing-library
Last synced: 3 months ago
JSON representation
Simple ToDo App built in React and Vue ✅
- Host: GitHub
- URL: https://github.com/bartek532/todo
- Owner: Bartek532
- Created: 2021-02-01T14:45:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-16T11:59:24.000Z (almost 5 years ago)
- Last Synced: 2025-04-07T03:32:26.582Z (about 1 year ago)
- Topics: html, jest, react, react-testing-library, scss, testing, typescript, vue, vue-testing-library
- Language: TypeScript
- Homepage: https://bartek532.github.io/todo/
- Size: 1.39 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ToDo App ✔️
## Project Overview 🎨
Simple todo app to organize daily tasks.
## Tech/framework used 🧰
- Common
| Tech | Description |
| -------------------------------- | ------------------------------------------------- |
| [Eslint](https://eslint.org/) | Javascript Linter |
| [Prettier](https://prettier.io/) | Code formatter |
| [Lerna](https://lerna.js.org) | Tool for managing projects with multiple packages |
- React
| Tech | Description |
| -------------------------------------------------------------------------------------- | ------------------------------------ |
| [SCSS](https://sass-lang.com) | CSS with superpowers |
| [Typescript](https://www.typescriptlang.org/) | Javascript superset language |
| [React](https://reactjs.org/) | Library for building user interfaces |
| [Context API](https://reactjs.org/docs/context.html) | React structure that enables to share data with multiple components|
| [React Router](https://reactrouter.com) | Declarative routing for React |
| [CSS Modules](https://github.com/css-modules/css-modules) | Styles convention in React |
| [Jest](https://jestjs.io) | Javascript Testing Framework |
| [React Testing Library](https://testing-library.com/docs/react-testing-library/intro/) | Useful for testing React components |
- Vue
| Tech | Description |
| --------------------------------------------------------------------------------- | ---------------------------------------- |
| [SCSS](https://sass-lang.com) | CSS with superpowers |
| [JavaScript](https://www.javascript.com) | Most powerful language to build websites |
| [Vue 2](https://vuejs.org) | Progressive JavaScript Framework |
| [Vuex](https://vuex.vuejs.org) | State management for Vue.js |
| [Vue Router](https://router.vuejs.org) | Official router for Vue.js |
| [Jest](https://jestjs.io) | Javascript Testing Framework |
| [Vue Testing Library](https://testing-library.com/docs/vue-testing-library/intro) | Useful for testing Vue components |
## Performance 💨

## Installation 💿
```bash
git clone https://github.com/Bartek532/todo.git
cd packages/react or cd packages/vue
npm install
npm run start
```
## Live 🎆
https://bartek532.github.io/todo