Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jingyiniu/react-portfolio
- Owner: JingyiNiu
- Created: 2021-08-19T00:25:31.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-07T03:50:11.000Z (over 2 years ago)
- Last Synced: 2024-10-10T15:23:47.420Z (about 1 month ago)
- Topics: node-sass, react, react-router-dom, styled-components
- Language: JavaScript
- Homepage:
- Size: 829 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```