Tired of having to search for all your favourite websites? Look no further! Use browzica to keep track of your bookmarks
git clone https://github.com/Gayathry17/browzica.git
cd browzica
npm install
yarn install
npm start
yarn start
| Client Side Packages |
|---|
| @material-ui/core |
| @material-ui/icons |
| react-helmet |
| react-icons |
| react-reveal |
| react-router-dom |
| firebase |
-
Fork this project
-
Clone the project into your local machine
git clone https://github.com/<YOUR USERNAME>/browzica.gitcd browzica- Install all the npm packages. Go into the project folder and type the following command to install all npm packages
npm install- In order to run the application Type the following command
npm start- The Application Runs on localhost:3000