This website is a task management app.
User can:
- View the optimal layout for the app depending on their device's screen size
- See hover states for all interactive elements on the page
- Create, read, update, and delete boards and tasks
- Mark subtasks as complete and move tasks between columns
- Hide/show the board sidebar
- Toggle the theme between light/dark modes
You can visit website by clicking this link
- HTML
- Sass/Scss
- Flexbox
- Js
- React
- React-hooks
- React Hook Form
- Firebase
-
Clone the repository:
git clone https://github.com/kanae367/todo-app.git
-
Install all dependencies:
npm install
-
cp public.env .env
-
Enter your values instead of placeholder inside the .env file
-
Run the app:
npm start