This is a Todo List created with Javascript.
When you open the app, you will see three buttons
- New Project: You can create a new Project
- New Todo: You can create a new Todo and Associate a project to it
- Show Project: A list of all Projects is desplayed and the todo for each project with the edit and delete buttons
- JavaScript
- HTML5
- Bootstrap
- scss
- Keep your code clean.
- Do not commit console.log to your repo. - It’s ugly, it kills performance and it can make confidential data be visible in the browser tools.
- Keep the number of changes/updates to the DOM as low as possible, they are very expensive for the browser.
- Keep the application logic separated from DOM manipulation tasks.
- Keep all the styling logic in CSS files.
- Use object destructuring to get the values from an object. This way you can avoid repeating a lot of code.
- Clone the repository on your local machine
- Cd into the folder
- Run
npm install
- Run
npm run dev
- Install VSCode or any code editor you like
👤 Murilo Roque
- Github: @muriloroque
- Twitter: @MuriloRoquePai1
- Linkedin: MuriloRoque
👤 Theophile Kango
- Github: @githubhandle
- Twitter: @twitterhandle
- Linkedin: linkedin
Contributions, issues and feature requests are welcome!
Feel free to check the issues page
Give a ⭐️ if you like this project!