/todo-app

⚡️⚡️Take-home-project, recreate a simple todo app 🌵 🌵

Primary LanguageJavaScript

TodoApp

Take-home-project

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm install

npm start

npm test

Submitted by: Your Name Here

Simple Todo App

Time spent: 5 hours spent in total

Required Features

The following required functionality is completed:

  • User can add in todo items
  • User can delete todo items
  • View Completed and Uncompleted tasks
  • Keeping the data in Local Storage, won't lost after refresh

Stuff that comes inside

  • Functional Components in React
  • Zustand to manage your global state? -- Kinda

Video Walkthrough

Here's a walkthrough of implemented user stories:

3HNb8lCvhx

GIF created with ... recordit

License

    Copyright [2022] [Thien Nguyen]

    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at

        http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.