To do list features:
- Add tasks to a list
- Toggle task completion status
- View completed tasks and uncompleted tasks
- Login page which stores a users tasks
- All in a fancy web application
Technologies used:
-
Front-End
- Backbone Collections
- React with Flux
- Backbone Routing
-
Back-End
- MongoDB with Mongoose
- Express
- Node
-
Etc..
- Sass
- jQuery for the fancy slide transition effects
git clone [email protected]:wysesean/fullstackToDo
cd fullstackToDo
npm install
mongod
npm run go
go to `localhost:3000` in your browser
👍