https://github.com/morgandbs/react-course-1
https://github.com/morgandbs/react-course-1
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/morgandbs/react-course-1
- Owner: MorganDbs
- License: mit
- Created: 2022-01-19T14:52:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-06T16:33:32.000Z (over 4 years ago)
- Last Synced: 2025-01-22T00:25:34.569Z (over 1 year ago)
- Language: HTML
- Size: 173 KB
- Stars: 0
- Watchers: 2
- Forks: 21
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React course 1
## Getting started
- Fork project to your personal repo
- Edit README.md with your name/surname
- Open terminal
```sh
git clone git@github.com:/react-course-1.git
cd react-course-1
yarn
yarn start
```
## Goals
You have to create a todo list with these features:
- Create new todo with title / description / priority / assigned to
- Manage status (completed or not)
- Create new list
- Add filters
- Edit todo
- Move todo
- Drag and drop todo (using [beautiful-dnd](https://github.com/atlassian/react-beautiful-dnd))
- List virtualization (using [react-window](https://github.com/bvaughn/react-window))
- Use React context