Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.11 KB

README.md

File metadata and controls

29 lines (24 loc) · 1.11 KB

🧠 SmartBrain

SmartBrain This is a project based on this amazing course by Andrei Neagoie. It introduced me to all the modern technologies and tools in order to built full-stack applications.

This is the final application of the course. The difference is in the UI design and the frontend framework which is used - I built it with Angular whilst in the course it is built with React. The decision to go with Angular was based on my prior knowaldge of the framework.

🚀Technologies used

▶️Quick preview

You can check out the app here: SmartBrain (WARNING: Opens in the same tab)

👩‍💻 Setup

To run this project install it locally using npm:

$ git clone https://github.com/dimitarradulov/smartbrain.git
$ cd smartbrain
$ npm install
$ npm start