Skip to content

Dumplings-Reloaded/Mrinal-Nav-Bar

Repository files navigation

Project Name

This is the Navigation Bar component of Alo-Yoga website

Related Projects

Table of Contents

  1. Usage
  2. Requirements
  3. Development

Usage

Some usage instructions

  1. run npm install to install all dependencies.
  2. run seeding function using npm run seed.
  3. run npm run start and npm run build to start up the server and webpack, respectively.
  • use serviceStyle.css for service styling!!
  • use style.css for proxy styling!!
  • .svg files were scraped from the website
  • they're html boilerplate that depict a picture.
  • I imported that svg file into my react component
  • that imported variable is the same thing as another react component. tutorial below!
  1. For example: I import the .svg file like the .jsx file.
  • import BackButton from './backArrow.svg';
  • import Messages from './Universal_Banner-Subcomponents/Messages.jsx';
  1. implement both files like subcomponents.
  1. And Voila!! You know how to implement svg files into your react components.
  • The svgr/webpack DevDependency recognizes and transpiles svg to render properly.
  • The user should see the menu, while hovering over either the MENU TITLE "MEN", "WOMEN", etc. and the MENU itself.

Requirements

An nvmrc file is included if using nvm.

  • Node 6.13.0
  • etc

Development

Installing Dependencies

From within the root directory:

npm install -g webpack
npm install

CRUD Operations

Get Request: '/search'
Post Request: '/post'
Delete Request: '/delete/:id'
Update Request: '/update/:id'

About

Nav-bar module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages