# react-todo-list **Repository Path**: nirvash/react-todo-list ## Basic Information - **Project Name**: react-todo-list - **Description**: Todo list in React & Express - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-05-05 - **Last Updated**: 2021-12-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # react-todo-list Todo list built with React & Express ## Usage 1. Install NPM packages in todo_api ```sh cd todo_api npm install ``` 2. Run Express in todo_api ```sh npm run start ``` 3. Install NPM packages in todo_react ```sh cd todo_react npm install ``` 4. Run React in todo_react ```sh npm run start ``` ## Screenshot