https://github.com/victor-abz/learn-react
https://github.com/victor-abz/learn-react
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/victor-abz/learn-react
- Owner: victor-abz
- Created: 2021-01-26T17:23:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-26T17:41:55.000Z (over 4 years ago)
- Last Synced: 2025-02-09T05:41:22.601Z (4 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learn react by creating a Profile App
## DAY 1
Using [Figma.com](figma.com) Design Mock up for Profile Landing with Your Image, Biography and social media links.
examples of UI I Personally like:
* [Victor Abizeyimana](https://victor-abz.com/)
* [Dan Spratling](https://danspratling.dev/)
* [search on UI Design Daily](https://uidesigndaily.com/)
* [Dribbble](https://dribbble.com/shots/14205580-Home-Curriculum-Vitae)
* [Other](https://www.mockplus.com/blog/post/web-developer-portfolio)## Day 2
## Git Management
* Create repository with your-name by doing `git init your_name`
* Create a new branch `git -b develop`## Create React App with create-react-app
* Using create [React APP](https://reactjs.org/docs/create-a-new-react-app.html) set up a new project
* Install Material UI for CSS Framework using `npm install @material-ui/core`
* Set up project folder structure
****
Here are 8 project ideas, complete with project briefs and layout ideas, to get you started learning by doing.
[8 reactjs project ideas to start learning by doing](https://www.freecodecamp.org/news/8-reactjs-project-ideas-to-start-learning-by-doing/)