Final Project
It is time to build something with what you have learned so far. Our first project will be a Vanilla JS Todos App.
Now that you've learned git, advanced JavaScript, and Bootstrap, it's time to put your new knowledge to use!
We require all students to complete this project by June 12th.
Don't worry, the task is simple and we are here to guide you through it, step by step!
Todos App
You are required to build a todos app with the following features:
A user can write a todo in an input and press enter, or click on the Add button to add a new todo to the list of todos.
There is a list of todos that appends with every todo addition.
Each todo has 2 buttons. One for marking the todo as done (create a line through), and the other to delete the todo.
Todos are stored in the browser's local storage. So when the user visits the app, the previously saved todos show up.
Style it using Bootstrap.
Stuck? Watch this tutorial
After you finish the project you need to upload the project to " Github ":
1- Go to https://www.github.com, create a new account
2- Then create a new repository with the name "Tawwr Todos Project"
3- After that upload the project to that repo
4- Then send the repo link to this email address [email protected] with the subject [First Name] [Second Name] [Todos Project Prebootcamp].
We're looking forward to receiving your project, and hopefully meeting you very soon!
Last updated