abe-tetsu / CreateMyPage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create my portlio web site

tools in use

  • Javascript
  • React
    • react-router-dom
  • Python3
  • Golang

Features to be created

  • API server with natural language processing
  • Login functionality using Golang
  • Clean and easy-to-view UI using React

Getting Started

  • Start react application.
npx create-react-app <app name>
ex: npx create-react-app mysite

cd <app name>
  • Clone from git
git clone https://github.com/AbeTetsuya20/CreateMyPage.git

cd CreateMyPage
  • Lower the file hierarchy one level
mv * ../

rm -rf CreateMyPage
  • Install npm module
npm install
  • Start react
npm start

About


Languages

Language:JavaScript 65.5%Language:SCSS 22.0%Language:CSS 11.3%Language:HTML 1.2%