This is a simple React JS + Tailwind CSS to do list I created.
- Adding tasks
- Deleting tasks
- Updating tasks
- Being able to change the theme of the page
Prequesites for running the program:
- NPM
- Node JS
- Text editor (I will be using VS Code)
- Download the source code
- Open it in a text editor such as VS Code
- From the built in terminal in VS Code use the
cd
command and go to theclient
folder. - Now run the command,
npm start
. - This should give you a localhost link from which you can view the project.
The tools and libraries used to create this project are:
- React JS
- Tailwind CSS
- Daisy UI