Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/p-kosinski/react-app
React to-do list app with lists, columns and cards.
https://github.com/p-kosinski/react-app
css3 html5 javascript react react-router redux scss webpack3
Last synced: 7 days ago
JSON representation
React to-do list app with lists, columns and cards.
- Host: GitHub
- URL: https://github.com/p-kosinski/react-app
- Owner: p-kosinski
- Created: 2021-06-11T10:35:19.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-22T12:18:26.000Z (over 2 years ago)
- Last Synced: 2024-10-12T13:41:33.478Z (about 1 month ago)
- Topics: css3, html5, javascript, react, react-router, redux, scss, webpack3
- Language: JavaScript
- Homepage:
- Size: 1.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React To-Do list
Simple to-do list app with lists, columns and cards.
This project was made as a part of Kodilla's frontend bootcamp.Live demo [_here_](https://safe-fortress-35248.herokuapp.com/).
>*If page is loading - please wait, server is waking up (free Heroku hosting).*## Table of Contents
* [Technologies Used](#technologies-used)
* [Features](#features)
* [Setup](#setup)
* [Local environment](#local-environment)## Technologies Used
- HTML5
- CSS3
- SCSS
- JavaScript (ES6+)
- React
- React Router
- Redux
- Webpack## Features
- Adding new lists
- Adding new columns in lists
- Adding new cards in columns
- Searching for cards (and display in which list and column they are)
- Change cards order by drag & drop
- Moving cards to another column by drag & drop## Setup
Install project dependencies using CLI command:
> `npm install`## Local environment
Start local server:
> `npm start`Create production build:
> `npm build`Check source code with eslint:
> `npm lint`