GithubHelp home page GithubHelp logo

todoapp's Introduction

Getting Started

npm run dev to start the server

  1. This Project is configured with Typescript
    • Please do not add code without data typing it. I will work but it will be messy and hard to understand

Current WIP

  1. Working on Edit/Delete buttons for indiviual todos
    • Can't figure out how to target individual todo objects from the array to delete/edit them.
      • Part of the problem is that I'm using localStorage which doesn't exist with next until after
        • compile time

Features I need to add

  1. Working Edit and delete buttons
  2. Custom React hook that mimicks hiting a server with a 25% chance to fail
  3. Another way to display the Todos that isn't in a <ul> or <li> element
  4. Prisma Database (after the other feats)

What not to concern yourself with

  1. Tailwind and Twin Macro are installed but not configured.
  2. You don't need a docker container for this project, it uses localStorage for now.

Open http://localhost:3001 with your browser to see the result.

You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.

API routes can be accessed on http://localhost:3001/api/hello. This endpoint can be edited in pages/api/hello.ts.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

todoapp's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.