Skip to content

anassboutaline/todoApp

Repository files navigation

TodoApp

Advanced ToDo app with better UX

Check the demo hosted on Firebase: https://todoapp-3eed7.web.app/

This is not a single page app.

Instructions

First clone this repository.

$ git clone https://github.com/mjprogramation/todoApp

Install dependencies. Make sure you already have nodejs & npm installed in your system.

$ npm install # or yarn

to run it localy (this commande uses express to serve the app on port 3001 if you want to change the port, edite server.js file)

$ npm start

to save change you've made

$ npm run build-dev

this commande will keep watching any changes on code and rebuild to the public folder

for production use:

$ npm run build-dev

to make any changes in bootstrap sass file use:

$ npm run sass

or to keep sass watching for changes use:

$ npm run sass-watch

web pack configration included in the webpack.config.js file, takes src/App.js as input and public/js/main.js as output

Dependencies

React

React-dom

React-icons

dev-dependencies

Express

Webpack & dependencies

Babel & dependencies

Sass

About

Simple ToDo app with better UX

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published