Skip to content

The project's modern and minimalist interface was created to reduce the time cost of the research required when additional supplements are needed and to make it easier for users to create healthy living habits.

License

Notifications You must be signed in to change notification settings

sonatipek/vitamins-and-supplements-frontend

Repository files navigation

MIT License React Badge Tailwind CSS Badge

Vitamins & Supplements Homepage

Vitamins and Supplements

Supplement & Vitamins was created to fulfill a need due to the limited resources available in Turkish on the use of supplements and was therefore created in Turkish. The idea was to turn the valuable information in the video mentioned in the Resources & References section and the design-enriched infographics into a website that people can easily access.

The project aims to provide easy access to information for every individual who needs to use supplements. In particular, I have observed that beginner athletes often use supplements that they do not need or use unnecessary supplements as if they are necessary as a result of marketing campaigns. At this point, it was created to allow you to discover the supplements you may need for yourself, away from repetitive duplicate "marketing content" and content that praises supplements for profit.

For this interface I used the API that I wrote myself. To learn more about this related project you can go to this section: Related Project

Does not contain recommendations for use, I recommend that you consult your doctor in any case

What I Learned

Developing this project helped me gain experience with React, such as useEffect, React optimizations (React.memo, useMemo, useCallback), state management with Context API and working with RESTful APIs. This experience also includes Multi-Page Application with react-router and animation with Framer Motion and Tailwindcss.

On the back-end side, I gained skills in writing RESTful APIs, and it was also useful to understand how data is processed on the front-end side. Therefore, I can say that I have gained a comprehensive perspective on both front-end and back-end work during the project development process.

Features

  • Tab switching between Vitamins and Supplements
  • Dark-light theme change using Context API
  • Ability to filter vitamins and supplements by category
  • Dynamic content with information from the service with RESTful API
  • Simple interface supported by animations
  • Basic CRUD (Create, Read, Update, Delete) operations for backend service.
  • Debouncing Technique

Vitamins & Supplements Listing Page

Related Project

You can access the API I developed with this interface from the link below:
Vitamins & Supplements

Tech Stack

Tech

Run Locally

  1. Clone the project

    git clone https://github.com/sonatipek/vitamins-and-supplements-frontend.git
  2. Go to the project directory

    cd vitamins-and-supplements-frontend
  3. Install dependencies

    yarn install
    'or'
    npm install
  4. Start the development server

    yarn dev
    'or'
    npm run dev

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

VITE_API_TOKEN

Feedback

Please don't hesitate to give me feedback on your reviews. I really care about this feedback and find it very valuable to improve myself.
You can send your feedback through the communication channels in my profile or [email protected].

About

The project's modern and minimalist interface was created to reduce the time cost of the research required when additional supplements are needed and to make it easier for users to create healthy living habits.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages