RohanPunjani / colors

UI Dashboard frontend using react

Home Page:https://dashboard-colors.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Repo Info

I tried practising Front end skills by trying to imitate the design of dashboards in reactJS.

Click here to see the Live Preview

This UI is made by Ghulam Rasool from Cuberto and you can check more dribbble shots here

Mobile View

Todo

  • Responsive UI DONE ✔
  • Sticky Sidebar
  • Adding DatePicker for the eventDates

Want to try it yourself?

If you want to give it a shot and make modifications, run the following commands:

git clone https://github.com/RohanPunjani/colors.git

It will clone my repository into your local machine.
You now have the entire code in your machine

cd colors

This command will help you navigate to the project folder.

npm install

You need to install all the dependencies listed on package.json file for your project to run without error.

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Enjoy :)

If you have any doubts, feel free to mail me at nahorpunjani@gmail.com

About

UI Dashboard frontend using react

https://dashboard-colors.netlify.app


Languages

Language:JavaScript 60.4%Language:CSS 31.9%Language:HTML 7.7%