Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oleast/todo
Small todo application written in react and react-native for the NTNU course it2810
https://github.com/oleast/todo
Last synced: 27 days ago
JSON representation
Small todo application written in react and react-native for the NTNU course it2810
- Host: GitHub
- URL: https://github.com/oleast/todo
- Owner: oleast
- Created: 2018-10-02T20:04:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-02T20:06:33.000Z (about 6 years ago)
- Last Synced: 2024-09-07T15:41:20.135Z (2 months ago)
- Language: JavaScript
- Size: 3.05 MB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal Information Manager
With this application you can create and store your todos, notes and events locally on your device!
This application is made in two versions. One for the web with react, and one for mobile devices trough react-native.
## Want to run it for yourself?
### To run the web version locally on your device:
1. Install nodejs to your system, we use version 8.6.
2. Clone our repository:
`git clone https://github.com/IT2810/it2810-webutvikling-h17-prosjekt-3-group-22.git`3. Enter the project directory:
`cd it2810-webutvikling-h17-prosjekt-3-group-22/web`
4. Install webpack and webpack-dev-server globally on your system.
Note that you may need to use `sudo` on *NIX systems, depending on your configuration,
`npm install webpack webpack-dev-server -g`
5. Install project dependencies locally to the project:
`npm install`
6. Run the project
`npm start`
##### The website will be available locally on your machine at `localhost:8000`.
### To run the Android version locally on your device:
1. Install nodejs to your system, we use version 8.6.
2. Install React Native on your device.
3. Run an Android or iOS emulator on your machine, or connect a real device via USB.
2. Clone our repository:
`git clone https://github.com/IT2810/it2810-webutvikling-h17-prosjekt-3-group-22.git`3. Enter the project directory:
`cd it2810-webutvikling-h17-prosjekt-3-group-22/native`
5. Install project dependencies locally to the project:
`npm install`
6. Run the project
`react-native run-android`