An open API service indexing awesome lists of open source software.

https://github.com/morgandbs/react-course-1


https://github.com/morgandbs/react-course-1

Last synced: 6 months ago
JSON representation

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