Skip to content

This is a challenge project to get products from an API and manage them in a wishlist.

Notifications You must be signed in to change notification settings

luanmessias/nextjs-wishlist

Repository files navigation

Next Wishlist

This is a challenge project to get products from an API and manage them in a wishlist.

GitHub language count Repository size GitHub last commit License website-status

FeaturesScreenshotsPre-requisiteInstall and RunAuthorLicense


Features

  • List products from an API
  • Add products to wishlist
  • List products added in the wishlist
  • Delete products from the wishlist

Screenshots


Pre-requisite

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/)


Project Install and run

# 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

Tech Stack

React Styled Components RestAPI Next.Js Typescript VSCode Figma

The following tools were used in the construction of the project:

Website (NextJs + TypeScript)

See the file package.json


Author

Luan Messias
Luan Messias

Linkedin Badge Gmail Badge


License

This project is under the license MIT.

Made with love by Luan Messias 👋🏽 Get in Touch!

About

This is a challenge project to get products from an API and manage them in a wishlist.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published