An open API service indexing awesome lists of open source software.

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 ✅

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 💨

todo app 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