A simple To-do app with ReactJS, React-Bootstrap and Firebase, mobile responsive and easy to use.
Check the demo hosted on netlify https://naritsumi-todoapp.netlify.app.
Demo credentials:
Password | |
---|---|
demo@demo.de | demo01 |
Please don't abuse 🙇
- Create a free Firebase account at https://firebase.google.com
- Create a project from your Firebase account console
- Configure the authentication providers for your Firebase project from your Firebase account console
$ git clone https://github.com/Naritsumi/React-TodoApp
$ npm install
$ npm install react-bootstrap bootstrap
$ npm install react-bootstrap-icons
$ npm start
$ npm run build
Script | Description |
---|---|
npm start |
Start webpack development server @ localhost:3000 |
npm run build |
Build the application to ./build directory |
npm test |
Test the application; watch for changes and retest |
🏆 This source code is available to everyone under the standard MIT license.