In this project, I set up my second Capstone Project about a Beer website. My goal here is make a page that can send and received information from an api.
- HTML, SCSS and Javascript.
To get a local copy up and running follow these simple steps:
- Go to the repository page.
- Press the "Code" button and copy the link.
- Clone it using git command
git clone <link>
. - In the project folder run
npm install
- Then run in the terminal
npm run start
(for development enviroment) ornpm run build
- Use JavaScript to make websites dynamic and build basic single page apps.
- Use ES6 syntax.
- Use ES6 modules.
- Use callbacks and promises.
- Use webpack.
- Apply JavaScript best practices and language style guides in code.
- Use AAA pattern for unit tests.
- Write units tests for a JavaScript app.
- Follow Gitflow.
- Solve simple git conflicts.
- Send and receive data from an API.
- Use API documentation.
- Understand and use JSON.
- Make JavaScript code synchronous.
- Perform a code review for a team member.
👤 Miguelesco 👤 Ccobasi
- GitHub: @Miguelesco
- GitHub: @Ccobasi
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
This project is MIT licensed.