Skip to content

maksymchak/udemy-todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is it?

To-Do List is a simple task list based on React. Write in it all your important affairs, so as not to forget. To-Do List will allow you to efficiently organize your working time. Everything can be written into it: from the shopping list to important business meetings.

To-Do List

Running

git clone https://github.com/maksymchak/udemy-todo-list.git
npm install
npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

Folder Structure

After creation, your project should look like this:

todo-list/
  README.md
  .gitignore
  package.json
  package-lock.json
  node_modules/
  public/
    index.html
  src/
    index.js
	components/
		app-header/
		app/
		item-add-form/
		item-status-filter/
		search-panel/
		todo-list-item/
		todo-list/

Builds

npm run build`

Builds the app for production to the build folder. It correctly bundles React in production mode and optimizes the build for the best performance. The build is minified and the filenames include the hashes. Your app is ready to be deployed!

Misc

Follow Me: LinkedIn, Facebook, GitHub ©Anton Maksymchak 2018