onurgurkangultekin / todoapp-react

My first react app for learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TODO React App

This is a To-do react app where you can add items with the form and remove items by clicking on them.

Description

  • Next.js is used for server-side rendering app
  • react and react-dom modules are used for enabling react

Screenshot

img

Run the app

npm install

followed by

npm run dev

The todo items manager will launch at the url http://localhost:3000

Credits to

Peter Kellner (pkellner) - https://github.com/pkellner

About

My first react app for learning


Languages

Language:JavaScript 79.9%Language:CSS 20.1%