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

https://github.com/rootstrap/vue-vs-react

Todo app example made in vuejs and in react
https://github.com/rootstrap/vue-vs-react

Last synced: about 2 months ago
JSON representation

Todo app example made in vuejs and in react

Awesome Lists containing this project

README

          

# vue-vs-react

## Description
This project has two implementations of a simple todo list app. One made with vuejs and another one made with reactjs.

---

## todo-vue
The app was made using Vuejs and Vue-cli.

#### Setup
```
npm install
```

#### Start the app
```
npm start
```
#### Learn More
You can learn more in the [Vuejs documentation](https://vuejs.org/).

You can learn more in the [Vue-cli documentation](https://cli.vuejs.org/).

---

## todo-react
The app was made using Reactjs and Create-React-App

#### Setup
```
npm install
```

#### Start the app
```
npm start
```

#### Learn More
You can learn more in the [Create React App](https://reactjs.org/).

You can learn more in the [Create React App documentation](https://reactjs.org/docs/create-a-new-react-app.html).