Personal portfolio built with React JS, Tailwind CSS, and the atomic design pattern. Additional features include a dark mode.
To get a local copy up and running, follow these simple example steps.
Clone the repo
git clone https://github.com/rikkyagung/todo-reactJS.git
If you're using git bash, go to the file's directory that you want to use, and then clone the repository.
If you're using a text editor, such as VSCode. Launch the terminal and clone the repository.
Install Packages
npm install
or
yarn add