An online task management app. Built to help creatives stay organized in their usually frenzied daily schedule. Built with Javascript.
Home page
App Page
Credit Page
- HTML5
- CSS3
- Bootstrap 5
- Javascript (ES6)
- Webpack 5
To setup a local version of this project on your machine, follow the short simple steps below and you'll be all set in no time.
- Open your terminal and navigate to the directory where you will like to clone this project into. E.g:
cd documents/projects
- Run
git clone https://github.com/Moreneecoder/task-hero.git
to download this project into the directory you have selected. - Run
npm install
to install all dependencies like Webpack and bootstrap
- Navigate to the project's directory using the cd command.
- Run
npm start
. This will compile the project and open it up in your browser
To build/compile your javascript modules into a single source file with webpack:
- Run
npm run build
This project uses Jest
for its unit testing. To run tests:
- Navigate to the project's root directory.
- Run
npm run test
. This will run your code against the project test suites.
👤 Bello Morenikeji Fuad
- GitHub: @moreenecoder
- Twitter: @mo_bello19
- LinkedIn: Morenikeji Bello
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.