Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jingyiniu/react-portfolio

This is an ongoing react project. I'm building a portfolio to introduce myself using this project.
https://github.com/jingyiniu/react-portfolio

node-sass react react-router-dom styled-components

Last synced: 15 days ago
JSON representation

This is an ongoing react project. I'm building a portfolio to introduce myself using this project.

Awesome Lists containing this project

README

        

# React Portfolio
This is an ongoing project. I'm building a portfolio to introduce myself with react.

## create react app
https://create-react-app.dev/docs/getting-started
```npx create-react-app react-portfolio```

## react-router-dom
https://reactrouter.com/core/guides/quick-start
```npm i react-router-dom```

## node-sass
https://www.npmjs.com/package/node-sass
```npm i node-sass```

## styled-components
https://styled-components.com/docs/basics#getting-started
```npm i styled-components```