This project contains the source code for the project management system I have built with React.
- Clone the project repository to your machine
- Enter the folder, where you cloned the repo
- Run npm install to run all the dependencies and packages the project uses
git clone [email protected]:konstantinabl/project-management-system.git
cd project-management-system
npm install
Use npm start to run the app in development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.