This project is a kind of coffee shop app.
https://mudaston.github.io/React-Coffee
Clone the project
git clone https://github.com/mudaston/React-Coffee.git
Go to the project directory
cd React-Coffee
Install dependencies
npm install
Start the server
npm run start
Open in a browser
http://localhost:3000
I learned how to create SPA with the React Router and how to create styles with the Styled Components libraries
This is my first React project that I created on my own a week after I started learning.