Skip to content

Teaching materials for developing React apps for beginners

Notifications You must be signed in to change notification settings

Naoya-abe/react-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-todo

This is a basic Todo application that was created for React beginners.
If you can understand the source code of this application, you'll graduate from being a novice to React.

Learned Skills

  • Simple SPA creation skills with React and Redux.
  • Basic usage of React Hooks
  • How to use the modern CSS library

How to get started

  • Create a ".env.local" file on the same level as the ".gitignore" file and write the following
# API endpoints
REACT_APP_API="http://localhost:8000/api/"

About

Teaching materials for developing React apps for beginners

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published