An open API service indexing awesome lists of open source software.

https://github.com/victor-abz/learn-react


https://github.com/victor-abz/learn-react

Last synced: 2 months ago
JSON representation

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/)