I had the opportunity to build a portfolio for my friend, Huzaifa, using React and Sass. To allow for easy updates as he expands his portfolio, the backend was implemented on Sanity, which means he can make changes without having to write any code.
1. 1. To start using this app you first need to clone the repository:
https://github.com/ragibs/data-analyst-portfolio
2. 2. Then you will need to install all the required packages for the app and server. After you in the correct folder (app or server) run this command (if you're using npm):
npm i
3. 3. Finally to run the app run the following command in both folder:
npm start
Technologies used in the project:
- React
- Sass
- Sanity
- Framer Motion