Skip to content

Task managment app. Developed using HTML, SCSS, JS, React, Firebase

Notifications You must be signed in to change notification settings

kanae367/todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo App

This website is a task management app.

Preview

Project Functionality

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

Technology used:

  • HTML
  • Sass/Scss
  • Flexbox
  • Js
  • React
  • React-hooks
  • React Hook Form
  • Firebase

How to start

  1. Clone the repository:

    git clone https://github.com/kanae367/todo-app.git

  2. Install all dependencies:

    npm install

  3. cp public.env .env

  4. Enter your values instead of placeholder inside the .env file

  5. Run the app:

    npm start