Click here to Skip to main content
15,868,016 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have been recently tasked with the development of a web application and I need to make sure the path I have chosen to approach the problem is a good one.

The web application is supposed to be some kind of dashboard, in which people login and get some analytical info, mostly in the shape of charts and based on their privileges. It should be fast, beautiful and visually interactive. For instance the users should be able to customize the dashboard based on their preferences, rearrange tiles, etc.

I did some research and here's what I'm going to study:

Basic HTML and CSS concepts
Basic JavaScript and AJAX concepts
A JavaScript plugin such as JQuery
A JavaScript framework such as Angular.js
Python and Django

Any recommendations to optimize the list/approach are welcome.

Another question I have, is considering my limited knowledge about HTML/CSS UI design, would I be better of using a UI framework such as bootstrap or foundation, or should I start doing it myself from scratch?

What I have tried:

Extensive research using google to come up with a clear path to approch the problem.
Posted
Updated 28-Apr-16 2:07am

1 solution

I would suggest Angular JS for front end development, it is a nice and rapid development framework from google. And developing responsive, neat and stylish UI from scratch takes long time for beginners, so just use UI frameworks like bootstrap or google material UI. You can use google charts also.

And don't post questions like this in Quick Answers section, Just post it in Web Development Discussion Boards - CodeProject[^] forum.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900