This is a challenge project to get products from an API and manage them in a wishlist.
Features • Screenshots • Pre-requisite • Install and Run • Author • License
- List products from an API
- Add products to wishlist
- List products added in the wishlist
- Delete products from the wishlist
Before you begin, you will need to have the following tools installed on your machine: [Git] (https://git-scm.com), [Node.js] (https://nodejs.org/en/). In addition, it is good to have an editor to work with the code like [VSCode] (https://code.visualstudio.com/)
# Clone this repository
$ git clone <https://github.com/luanmessias/nextjs-wishlist>
# Access the project folder cmd/terminal
$ cd nextjs-wishlist
# install the dependencies with yarn
$ yarn
# or with npm
$ npm install
# Run the application in development mode with yarn
$ yarn dev
# or with npm
$ npm run dev
# The server will start at port: 3000
# go to http://localhost:3000
The following tools were used in the construction of the project:
Website (NextJs + TypeScript)
See the file package.json
Luan Messias
This project is under the license MIT.
Made with love by Luan Messias 👋🏽 Get in Touch!