The RS-Kanban project is a task management application that utilizes various technologies, including React, Typescript, Styled-Components, Webpack, Eslint, and Firebase. The application uses Kanban methodology to organize tasks into cards that can be moved across columns on a board. The application's use of Firebase allows for real-time updates. Additionally, the use of TypeScript and Eslint ensures code quality and consistency throughout the project.
- React
- Typescript
- Styled-Components
- Webpack
- Eslint
- Firebase
To get started with this project, you can clone the repository and install the dependencies:
git@github.com:Kubatbekkk/RS-Clone---Trello.git
cd RS-Clone---Trello
npm install
You will also need to create a Firebase project and add the necessary configuration details to the src/config/Firebase.ts file.
In the project directory, you can run:
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
npm run build
Builds the app for production to the build folder.