Switr is a really simple web application that made for a demo of some recent technologies. It's been dedicated to anyone, community or individual, who wants to share the particular tech.
Frontend Tech Stack:
- AngularJS
- Angular 2.0
- ReactJS
- Bootstrap
- Socket IO Client
- Ionic in iOS and Android (coming soon)
Backend Tech Stack:
Database
- MongoDB
- PostgreSQL (coming soon)
This Repo:
- AngularJS
AngularJS is a JavaScript framework. It can be added to an HTML page with a <script>
tag.
In case you wonder, we have 2 backend systems here. For anything related to user (login, profile, preferences), the backend is built with GO fork me here. For the swit service itself, we use NodeJS check 'em out.
NOTE: This project is also available in Angular 2 here
Install devDependencies with npm
$ npm install
Install the dependencies with Bower
$ bower install
Run task runner with Grunt
$ grunt
- Write Unit Tests
- Redefine with a good UI with Bootstrap
- Implement Login with Firebase, like we already have in Angular 2 version