/rsclone

(React) RSClone TrackingTime ⌚ is a final project at RSSchool (JS2020Q3). ©️Team: Artiom Platkouski, Iryna Kavalenka, Dmitry Bogdan. Mentors: Aliaksandr Kavalenka, Anastasiya Hushcha

Primary LanguageTypeScriptMIT LicenseMIT

Deadline: 2021.02.03 23:59

Languages, tools, utils, frameworks and libraries

Features

  • Authentication (Log In/Sign Up)
  • Create/Edit Project Form and sync with firebase
  • Custom Dropdown with Delete and Edit Buttons
  • Collapsible Sidebar with routing by project lists
  • Create/Edit Task Form and sync with firebase
  • Custom Calendar Modal

Run application

git clone https://github.com/kovalenkoiryna15/rsclone/
cd rsclone
git checkout develop
npm i

Run app in development mode

npm run start

Build app

npm run build