Over1185 / To-do-React

Simple example of To Do in React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My first web with React

This project is a to do, basic project made with React and Bootstrap, this project was based on a similar project made by the youtuber Fazt Code.

Example Video

Video.mp4

How can I start the project?

  • To start the web in dev mode, you must enter the following command
npm run start
or
pnpm run start

Once the command is executed, port 3000 will be opened and you will be able to edit the web page.

  • To start the web in production mode, you must enter the following command
npm run build
or
pnpm run build

Once the command is executed, a folder called build will be created, with which you can take your project to production.

Resources

  • React

  • Create-react-app

  • Bootstrap

About

Simple example of To Do in React


Languages

Language:JavaScript 73.6%Language:HTML 26.4%