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
- Host: GitHub
- URL: https://github.com/rootstrap/vue-vs-react
- Owner: rootstrap
- Created: 2020-08-04T19:06:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-04T19:11:24.000Z (over 5 years ago)
- Last Synced: 2025-06-10T08:05:52.175Z (10 months ago)
- Language: Vue
- Size: 205 KB
- Stars: 1
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).