Table of Contents
A Todo app for organizing day to day tasks. If the tasks are ticked as completed, it puts a line through it. It also filtered for active todos.
The motivation behind this project is to get into the habit of building projects using technologies, tools and concept learnt along my programming journey and to solidify coding skills and build muscle memory.
The project was built with the following Tech/framework:
- HTML, CSS and JavaScript
- ReactJS
- VSCode Liveserver Extension
To get a local copy up and running follow these simple example steps.
- Install liveserver from VSCode extension
- Clone the repo
git clone https://github.com/netman5/Random-Meal-Generator.git
-
- npm
npm install
to install dependencies
- npm
- Run the App by clicking on the liverserver extension at the bottom right corner of VScode
Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
MIT © Ola Ishola.
Ola Ishola - @Orlaish - olaishola@hotmail.co.uk