Build mini microsoft project clone using react j & chakra ui
┌ src
├─ assets
├── images
├─ components
├─ pages
├─ routes
├─ app.js
└─index.js
These instructions will get you a copy of the project up and running on your local machine
From your command line, first clone the repository into your local machine:
# Clone this repository
$ git clone https://github.com/MezianeKhalil/reflect.git
# Then go into the repository
$ cd reflect
# Then remove current remote repository
$ git remote remove origin
Install the dependencies:
# Install with NPM
$ npm install
Lastly launch the Project:
# Launch with NPM
$ npm start